curl --location --request POST 'https://zatoona-ai.com/api/v1/user/device' \
--header 'Authorization: Bearer {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"token": "ExponentPushToken[xxxxxxxxxxxxxxxxxxxxxx]",
"platform": "android",
"device_id": "unique-device-uuid",
"app_env": "production"
}'{}