{
"live_id": 0,
"order": "desc",
"current": 1,
"page_size": 10
}curl --location --request POST '/api/live/login_user_list' \
--header 'Authorization: test' \
--header 'Content-Type: application/json' \
--data-raw '{
"live_id": 0,
"order": "desc",
"current": 1,
"page_size": 10
}'{
"list": [
{
"nickname": "string",
"userid": 0,
"gender": 0,
"province": "string",
"city": "string",
"country": "string",
"avatar": "string",
"created_at": "string",
"updated_at": "string"
}
],
"pagination": {
"total": 0,
"page_size": 0,
"current": 0
}
}