Authorization: ********************curl --location --request POST '/users/me/device-tokens' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"token": "string",
"deviceType": "DESKTOP"
}'{
"message": "string"
}