curl --location --request POST 'https://saas-open.vhall.com/v3/goods/webinar/mapping' \
--header 'platform;' \
--header 'Content-Type: application/json' \
--data-raw '{
"app_key": "75844ad7a2a5f2b421c04a125b197996",
"signed_at": "{% mock 'timestamp' , 's' %}",
"sign_type": "0",
"sign": "{{sign}}",
"webinar_id": 509154312,
"goods_ids": [
112704,
113518
]
}'
{
"code": 200,
"msg": "success",
"data": {
"webinar_id": 509154312,
"webinar_goods": [
{
"goods_id": 112704,
"webinar_goods_id": 128568,
"status": 0
},
{
"goods_id": 113518,
"webinar_goods_id": 128569,
"status": 0
}
]
},
"trace_id": "71c4fc5c-8329-4b83-96bc-5322c1399133"
}