curl --location '/auth/deactivate' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{}'{
"message": "string",
"result": {
"id": "string",
"full_name": "string",
"username": "string",
"email": "string",
"phone": "string",
"gender": "string",
"avatar": "string",
"type": "string",
"country_code": "string",
"status": "string",
"language": "string",
"dob": "string",
"created_at": "string",
"last_active_at": "string"
},
"success": true
}