curl --location 'https://saas-open.vhall.com/v3/webinars/record/get-record-duration' \
--header 'Content-Type: application/x-www-form-urlencoded' \
--data-urlencode 'record_id=5328810' \
--data-urlencode 'app_key=' \
--data-urlencode 'sign={{sign}}' \
--data-urlencode 'signed_at={% mock 'timestamp' , 's' %}' \
--data-urlencode 'sign_type=0'{
"code": 200,
"msg": "",
"data": {
"duration": "00:26:45"
},
"request_id": "af837e88-720a-4811-8232-4f90da0e0283"
}