{
"current": 1,
"page_size": 10,
"group_id": 0,
"search": "string"
}curl --location --request POST '/api/sub_account/list' \
--header 'Authorization: test' \
--header 'Content-Type: application/json' \
--data-raw '{
"current": 1,
"page_size": 10,
"group_id": 0,
"search": "string"
}'{
"list": [
{
"id": 0,
"userid": 0,
"phone": "string",
"created_at": "string",
"expire_at": "string",
"group_id": 0,
"remark": "string",
"group": {
"id": 0,
"name": "string",
"remark": "string"
},
"is_show_password": 0,
"password": "string",
"live_ids": [
0
]
}
],
"pagination": {
"total": 0,
"page_size": 0,
"current": 0
}
}