{
"subscriber": {
"Receivers": [
"string"
]
}
}
curl --location --request POST 'https://example.com:30888/subscribers//set-receiver' \
--header 'Content-Type: application/json' \
--data-raw '{
"subscriber": {
"Receivers": [
"string"
]
}
}'
{}