curl --location '/merchant-api/v1/merchant/orders?keyword=undefined&status=undefined&page=undefined&pageSize=undefined' \
--header 'Authorization: Bearer jl-test-token-user-43'{
"code": 0,
"message": "string",
"data": {
"list": [
{
"id": 0,
"orderNo": "string",
"merchantId": 0,
"buyerAccountId": 0,
"productId": 0,
"productTypeId": 0,
"productName": "string",
"productTypeName": "string",
"productSnapshot": "string",
"amount": 0,
"couponId": 0,
"discountAmount": 0,
"payableAmount": 0,
"status": "string",
"source": "string",
"peerImUserId": "string",
"imCardId": "string",
"buyerNote": "string",
"merchantNote": "string",
"role": {
"userGameRoleId": 0,
"gameCategoryId": 0,
"gameCode": "string",
"gameAccount": "string",
"serverId": 0,
"serverName": "string",
"region": "string",
"roleName": "string",
"roleExtra": "string"
},
"paidAt": "string",
"confirmedAt": "string",
"createdAt": "string",
"updatedAt": "string"
}
],
"total": 0,
"page": 0,
"pageSize": 0
}
}