push-device-token alone — the path domain/user do not narrow the row that is written. Publish-only, as for create; the answer is 202 Accepted, not the updated record.Authorization: Bearer ********************mobile_events service bus.curl --location --request PUT 'https://awqacore01.crexendocloud.com/ns-api/v2/push' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"push-device-token": "a1b2c3d4e5f6...",
"push-device": "1001a@example.com",
"domain": "example.com",
"user": "1001",
"push-network": "firebase",
"push-test": "yes"
}'{
"code": 202,
"message": "Accepted"
}