curl --location --request POST 'https://saas-open.vhall.com/v3/goods/webinar/set-status' \
--header 'platform;' \
--header 'Content-Type: application/json' \
--data-raw '{
"app_key": "75844ad7a2a5f2b421c04a125b197996",
"sign_type": "0",
"signed_at": "{% mock 'timestamp' , 's' %}",
"sign": "{{sign}}",
"webinar_goods_id": 128569,
"status": 1
}'
{
"code": 200,
"msg": "success",
"data": null,
"trace_id": "d1611f42-481c-4fd2-b4b2-0f586a244b7a"
}