{
"pageNum": 1,
"pageSize": 10,
"orderByColumn": "string",
"isAsc": "asc",
"name": "string",
"userId": "string",
"userNickName": "string",
"status": 0,
"beginCreateTime": "string",
"endCreateTime": "string"
}curl --location --request POST '/user/userCircle/listUserCircleAudit' \
--header 'Authorization: {{Authorization}}' \
--header 'Language: zh' \
--header 'App-Type: 2' \
--header 'Client-Type: 3' \
--header 'Version-Number: 2.0.0' \
--header 'Device-Id: 11111111' \
--header 'Device-Brand: iphone' \
--header 'Device-Model: iphone 17 pro max' \
--header 'App-Name: 1' \
--header 'Content-Type: application/json' \
--data-raw '{
"pageNum": 1,
"pageSize": 10,
"orderByColumn": "string",
"isAsc": "asc",
"name": "string",
"userId": "string",
"userNickName": "string",
"status": 0,
"beginCreateTime": "string",
"endCreateTime": "string"
}'{
"total": 0,
"rows": [
{
"id": "string",
"userId": "string",
"accountId": "string",
"userNickName": "string",
"userMobile": "string",
"name": "string",
"createTime": "string",
"recommend": true,
"applyType": 0,
"introduce": "string",
"headImg": "string",
"releaseTime": "string",
"status": true,
"cityConcernType": 0
}
],
"code": 0,
"msg": "string"
}