x-token: ********************{
"keyword": "string",
"page": 1,
"pageSize": 10
}curl --location --request POST 'https://api.gogpu.cn/user/sub_account/GetSubAccountList' \
--header 'x-token: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"keyword": "string",
"page": 1,
"pageSize": 10
}'{
"code": 0,
"data": {
"list": [
{
"account": "string",
"confirm_password": "string",
"id": 0,
"notes": "string",
"password": "string",
"phone": "string",
"quota": 0
}
],
"page": 0,
"pageSize": 0,
"total": 0
},
"msg": "string"
}