Web api 3 post request pastebin

using requests
i made a post request at pastebin using code of geeks for geeks
i generated my api key and used it then too bad api request is coming
what to do
please help
req=requests.post(url=url,data=data)
this line of code gave a lot of errors pointing likes 800 900 etc

Hi,

Can you share your code, that you are trying to execute, the possible problem is that you are not authenticated with correct API key, that’s why it’s showing a bad request.

If you want a demo of post request. you can try https://reqres.in this website, it is easy to use and need not any unique_api_key.

Thanks

I hope I’ve cleared your doubt. I ask you to please rate your experience here
Your feedback is very important. It helps us improve our platform and hence provide you
the learning experience you deserve.

On the off chance, you still have some questions or not find the answers satisfactory, you may reopen
the doubt.