curl --location '/admin-api/v1/membership/orders?orderNo=undefined&accountId=undefined&payStatus=undefined&startDate=undefined&endDate=undefined&page=undefined&pageSize=undefined' \
--header 'Authorization: Bearer jl-test-token-user-43'{
"code": 0,
"message": "string",
"data": {
"list": [
{
"id": 0,
"orderNo": "string",
"accountId": 0,
"planId": 0,
"planName": "string",
"durationDays": 0,
"amount": 0,
"payStatus": "string",
"prepayId": "string",
"transactionId": "string",
"paidAt": "string",
"effectiveStart": "string",
"effectiveEnd": "string",
"createdAt": "string"
}
],
"total": 0,
"page": 0,
"pageSize": 0
}
}