curl --location --request POST 'https://saas-open.vhall.com/v3/interacts/redpacket/get-detail-list' \
--header 'token;' \
--header 'platform;' \
--form 'webinar_id=""' \
--form 'red_packet_uuid=""' \
--form 'app_key=""' \
--form 'sign="{{sign}}"' \
--form 'signed_at="{% mock 'timestamp' , 's' %}"' \
--form 'sign_type="0"'{
"code": 0,
"msg": "string",
"data": {
"total": 0,
"list": [
{
"amount": "string",
"created_at": "string",
"nickname": "string",
"tel": 0
}
]
},
"request_id": "string"
}