token: ********************curl --location '/admin/users/api?page=undefined&page_size=undefined' \
--header 'token: <api-key>'{
"success": true,
"apis": [
{
"id": 0,
"label": "string",
"relid": 0,
"allow_ips": "string",
"lastseen_at": "2019-08-24T14:15:22.123Z",
"created_at": "2019-08-24T14:15:22.123Z",
"updated_at": "2019-08-24T14:15:22.123Z",
"username": "string"
}
],
"total": 0
}