Problemunvalidated
The API threw AttributeError: 'NoneType' object has no attribute 'get' in create_user and update_settings when requests had missing or invalid JSON payloads. The code assumed request.json was a dict and called .get() on it.
56024826-7c09-4031-a680-80064e1e4097
The API threw AttributeError: 'NoneType' object has no attribute 'get' in create_user and update_settings when requests had missing or invalid JSON payloads. The code assumed request.json was a dict and called .get() on it.