curl --location --request POST 'https://saas-open.vhall.com/v3/webinars/label/get-list' \
--header 'platform: 15' \
--header 'Content-Type: application/x-www-form-urlencoded' \
--data-urlencode 'pos=' \
--data-urlencode 'limit=' \
--data-urlencode 'webinar_id=' \
--data-urlencode 'name=' \
--data-urlencode 'app_key=75844ad7a2a5f2b421c04a125b197996' \
--data-urlencode 'sign={{sign}}' \
--data-urlencode 'signed_at={% mock 'timestamp' , 's' %}' \
--data-urlencode 'sign_type=0'{
"code": 0,
"msg": "string",
"data": {
"total": "string",
"list": {
"name": "string",
"label_id": "string",
"user_id": "string",
"is_check": "string",
"is_quote": "string",
"created_at": "string",
"updated_at": "string",
"order_at": "string",
"is_order": "string"
},
"webinar_label_num": "string"
}
}