diff --git a/docs/getting-started/api-endpoints.md b/docs/getting-started/api-endpoints.md index 022b09b..fb77635 100644 --- a/docs/getting-started/api-endpoints.md +++ b/docs/getting-started/api-endpoints.md @@ -62,7 +62,7 @@ To ensure secure access to the API, authentication is required 🛡️. You can } ] } - response = requests.post(url, headers=headers, data=data) + response = requests.post(url, headers=headers, json=data) return response.json() ```