Posts by Elinaldo Monteiro • 99 points
1 post
-
-1
votes2
answers409
viewsA: Send JSON with python to API
Do the following test: requests.post(url, json=payload, headers=headers) Using the parameter json in the request, will change the Content-Type in the header for application/json.…