{
"page": 0,
"size": 0,
"anchorType": "string",
"sex": "man",
"city": "string"
}curl --location --request POST '/home/page' \
--header 'Accept: application/json' \
--header 'tokenId: {{tokenId}}' \
--header 'token: {{token}}' \
--header 'tenantId: {{tenantId}}' \
--header 'Accept-Language: {{Accept-Language}}' \
--header 'mobileSystem: {{mobileSystem}}' \
--header 'clientid: {{clientid}}' \
--header 'Authorization: {{authorization}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"page": 0,
"size": 0,
"anchorType": "string",
"sex": "man",
"city": "string"
}'{
"message": "",
"status": 0,
"data": {
"pageNo": 0,
"pageSize": 0,
"list": [],
"total": 0,
"pageCount": 0
}
}