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