{
"os_id": "string",
"ct_user_id": 0,
"description": "string",
"join_type": 0,
"multicast_domain_type": 0,
"name": "string",
"ssm": [
"string"
],
"vpc_ids": [
"string"
],
"group_ips_white": "string"
}
curl --location --request POST '/multicast/create/' \
--header 'Content-Type: application/json' \
--data-raw '{
"os_id": "string",
"ct_user_id": 0,
"description": "string",
"join_type": 0,
"multicast_domain_type": 0,
"name": "string",
"ssm": [
"string"
],
"vpc_ids": [
"string"
],
"group_ips_white": "string"
}'
{
"errcode": "string",
"errstatus": 0,
"msg": "string",
"mark": "string",
"current_count": 0,
"previous": null,
"next": null,
"total_count": 0,
"results": [
"string"
]
}