Authorization: Bearer ********************curl --location --request POST '/push-notifications/register-token' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"token": "string",
"deviceType": "string",
"deviceId": "string"
}'{}