curl --location '/device-tokens' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"os_name": "Android",
"os_version": "10",
"app_version": "1.0",
"platform": "ios",
"name": "Samsung Galaxy S10",
"token": "1319319421491491247"
}'{}