Authorization: Bearer ********************curl --location --request POST 'https://awqacore01.crexendocloud.com/ns-api/v2/domains//users//push' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"push-device": "sip:1001_device@example.com",
"push-device-token": "string",
"push-network": "apns",
"push-test": "no"
}'{
"response": "string",
"device": "string"
}