curl --location '/dcp/iot/api/sica/subscriptions/requests/state-changes' \
--header 'Content-Type: application/json' \
--data '{
"subscriptions": {
"identifier_type": "string",
"identifiers": [
"string"
]
},
"change": {
"state": "string"
},
"on_behalf_of": {
"company_id": "string",
"organization_id": "string"
}
}'null