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