username:passwordAuthorization: Basic *****************curl --location --request POST 'https://api.socialidnow.com/v1/marketing/login/user/push_notifications/devices' \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data-raw '{
"device_id": "string"
}'