Sir , i am unable to use postbin api
post_url = 'https://pastebin.com/UIFdu235s?’
params = {
“api_dev_key”:“YxxoDzH-J2bu6pppETf4Cz8bxJfmNBLD”,
“api_option”:“paste”,
“api_paste_code”:“Hello there”
}
paste_request = requests.post(post_url,params=params)
paste_request.content
this is my code