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