Authorization: ********************{
"tenantId": "string",
"userId": "string"
}curl --location --request POST '/agricultural-bank/queryOrderListByUser' \
--header 'Tenant-Id: 154' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"tenantId": "string",
"userId": "string"
}'{
"code": "",
"msg": "",
"data": [
{
"id": 0,
"couponsCode": "",
"purchaseTime": "",
"beginTime": "",
"endTime": "",
"purchaseOrderNo": "",
"exchange": 0,
"couponsType": 0,
"days": 0,
"presentAmount": 0.0
}
]
}