{
"pageNumber": 0,
"pageSize": 10,
"sort": "id,desc",
"channelId": "string",
"enable": true,
"id": "string",
"mode": "RELAX",
"name": "string",
"remark": "string",
"subscribePlan": "NONE"
}
curl --location --request POST 'https://api.mjdjourney.cn/mj/account/query' \
--header 'Content-Type: application/json' \
--data-raw '{
"pageNumber": 0,
"pageSize": 10,
"sort": "id,desc",
"channelId": "string",
"enable": true,
"id": "string",
"mode": "RELAX",
"name": "string",
"remark": "string",
"subscribePlan": "NONE"
}'
{
"content": [
{
"property1": {},
"property2": {}
}
],
"empty": true,
"first": true,
"last": true,
"number": 0,
"numberOfElements": 0,
"pageable": {
"offset": 0,
"pageNumber": 0,
"pageSize": 0,
"paged": true,
"sort": {
"empty": true,
"sorted": true,
"unsorted": true
},
"unpaged": true
},
"size": 0,
"sort": {
"empty": true,
"sorted": true,
"unsorted": true
},
"totalElements": 0,
"totalPages": 0
}