curl --location --request POST 'https://saas-open.vhall.com/v3/goods/coupon-webinar/invalidate' \
--header 'platform;' \
--header 'Content-Type: application/json' \
--data-raw '{
"webinar_id": 0,
"id": 0
}'
{
"code": 0,
"msg": "string",
"trace_id": "string",
"data": null
}