All the authentication and initial details fetch APIs are included in this section.
{ 'Content-Type': 'application/json', 'Version': <app_version>, 'Client-Code': <api_client_code>, }
{ username: <email>, password: <password>, device_id: <device_id>, type: <device_type>, force_logout: <force_logout>, registration_id: <registration_id>, name: <device_name>, }
{ "code": 201, "data": { "email_verified": <boolean>, "id": <id>, "is_granted": <boolean>, "last_active_device": { "active": "True", ... }, "status": <status>, "terms_accepted": <boolean>, "token": <user_token>, "type": <user_type> }, "detail": "Success", "success": true, }