Closed pederhan closed 5 months ago
The API is unable to handle None values in request data. Requests removes form data with None values, but the same doesn't happen automatically for JSON, so we have to do it ourselves.
None
The API is unable to handle
None
values in request data. Requests removes form data withNone
values, but the same doesn't happen automatically for JSON, so we have to do it ourselves.