Authorization: ********************curl --location --request POST '/user/totalOrder/getProductList' \
--header 'Tenant-Id: 154' \
--header 'Authorization: <api-key>'{
"code": "string",
"msg": "string",
"data": [
{
"id": "string",
"productName": "string",
"productType": 0,
"payAmount": 0,
"orderAmount": 0
}
],
"stackTraceMsg": "string"
}