Python demande à la barre arrière JSON

jsonItem = json.dumps(dict(item))
req = requests.post('http://...', data=jsonItem)
Charming Caribou