{
"receiver": {
"domain_ids": [
"string"
],
"operation": "union",
"receivers": [
"string"
]
}
}
curl --location --request POST 'https://example.com:30888/receivers/get-types' \
--header 'Content-Type: application/json' \
--data-raw '{
"receiver": {
"domain_ids": [
"string"
],
"operation": "union",
"receivers": [
"string"
]
}
}'
{
"receiver": {
"types": [
"string"
]
}
}