curl --location '/admin-api/v1/merchants/manage?keyword=undefined&status=undefined&merchantType=undefined&page=undefined&pageSize=undefined'{
"code": 0,
"message": "string",
"data": {
"list": [
{
"id": 0,
"name": "string",
"shortName": "string",
"avatarUrl": "string",
"merchantType": "string",
"contactName": "string",
"contactPhone": "string",
"licenseNo": "string",
"ownerAccountId": 0,
"ownerAccount": {
"id": 0,
"accountNo": "string",
"loginName": "string",
"phone": "string",
"name": "string",
"status": "string",
"lastLoginAt": "string"
},
"status": "string",
"tags": [
{
"id": 0,
"merchantId": 0,
"name": "string",
"sortOrder": 0,
"displayEnabled": true,
"createdAt": "string"
}
],
"productCount": 0,
"latestApplication": {
"id": 0,
"applicationNo": "string",
"status": "string",
"submittedAt": "string",
"reviewedAt": "string",
"rejectReason": "string"
},
"createdAt": "string",
"updatedAt": "string"
}
],
"total": 0,
"page": 0,
"pageSize": 0
}
}