Gîra Dumitru

Results 1 comments of Gîra Dumitru

also you should `json.dumps(...)` the payload you are sending in the data, otherwise it'll result in a JSON Parse Error. ``` payload = json.dumps({"email_address": email, "status": "subscribed"}) response = requests.post(endpoint,...