curl --location --request POST 'https://openapi.yundaex.com/openapi-api/v1/accountOrder/searchCount' \
--header 'app-key: 999999' \
--header 'sign: ' \
--header 'req-time: {{$timestamp}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"appid": "999999",
"partner_id": "YUNDA",
"secret": "a123456",
"type": "common",
}'{
"code": "0000",
"message": "请求成功",
"result": true,
"data": {
"status": "1",
"msg": "请求成功",
"free_num": "1",
"remain_num": "1",
"total_num": "1",
"used_num": "1"
}
}