curl --location --request GET 'http://prod-cn.your-api-server.com/consoleapi/membership-order?orderNo&userKeyword' \
--header 'Authorization: Bearer {{token}}'{
"code": 0,
"message": "string",
"data": {
"items": [
null
],
"total": 0,
"page": 0,
"pageSize": 0,
"totalPages": 0,
"extend": {
"statistics": {
"totalOrder": 0,
"totalAmount": 0,
"totalRefundOrder": 0,
"totalRefundAmount": 0,
"totalIncome": 0
},
"payTypeLists": [
{
"name": "string",
"payType": 0
}
]
}
},
"timestamp": 0
}