curl --location --request POST '/multicast/query/?multicast_domain_ids=&vpc_id=&name=&sort_key=&sort_direction=&org_id=&ct_user_id=&os_id=&vpc_uuid=&multicast_domain_type=0,1&join_type=0,1&uuid'
{
"errcode": "string",
"errstatus": 0,
"msg": "string",
"mark": "string",
"current_count": 0,
"previous": null,
"next": null,
"total_count": 0,
"results": [
{
"created_at": "string",
"multicast_groups_num": "string",
"description": "string",
"uuid": "string",
"join_type": 0,
"multicast_domain_type": 0,
"name": "string",
"ssm": [
"string"
],
"updated_at": "string",
"vpc_ids": [
"string"
]
}
]
}