{
"app_key": "{{app_key}}",
"signed_at": "{{signed_at}}",
"sign_type": "{{sign_type}}",
"sign": "{{sign}}",
"webinar_id": 509154312,
"goods_ids": [
112704,
113518
]
}curl --location --request POST 'https://saas-open.vhall.com/v3/goods/webinar/mapping' \
--header 'Content-Type: application/json' \
--data-raw '{
"app_key": "",
"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"
}