{
"filter": {
},
"from_db": true,
"offset": 0,
"limit": 10
}
curl --location --request POST 'https://api.ipcola.com/api/account/query' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"filter": {
},
"from_db": true,
"offset": 0,
"limit": 10
}'
{
"data": [
{
"account_name": "string",
"created_unixtime": 0,
"id": 0,
"password": "string",
"tag": "string",
"traffic_limit": 0,
"traffic_used": 0,
"user_id": 0
}
],
"meta_message": "string",
"meta_status": 0,
"total_count": 0
}