Authorization: Bearer ********************curl --location 'https://awqacore01.crexendocloud.com/ns-api/v2/domains//users//push?push-device=undefined&push-network=undefined&limit=undefined&start=undefined&sort=undefined' \
--header 'Authorization: Bearer <token>'[
{
"push-device-token": "a1b2c3d4e5f6...",
"domain": "example.com",
"user": "1001",
"push-device": "sip:1001_device@example.com",
"push-network": "apns",
"push-test": "no"
}
]