access-token: ********************curl --location '/admin/apis?page=undefined&page_size=undefined' \
--header 'access-token: <api-key>'{
"success": true,
"apis": [
{
"id": 0,
"label": "string",
"allow_ips": "string",
"lastseen_at": "string",
"created_at": "string",
"updated_at": "string"
}
],
"total": 0
}