Authorization: Bearer ********************
curl --location --request GET '/api/front/spread/people/count' \
--header 'Authori-zation: {{token}}' \
--header 'source: {{source}}'
{
"code": 0,
"data": {
"count": 0,
"spreadPeopleList": [
{
"avatar": "string",
"childCount": 0,
"nickname": "string",
"numberCount": 0,
"orderCount": 0,
"time": "string",
"uid": 0
}
],
"total": 0,
"totalLevel": 0
},
"message": "string"
}