token: ********************{
"label": "string",
"allow_ips": "string"
}curl --location '/admin/apis' \
--header 'token: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"label": "string",
"allow_ips": "string"
}'{
"success": true,
"api": {
"id": 0,
"label": "string",
"key": "string",
"secret": "string",
"allow_ips": "string",
"relid": 0,
"type": "string",
"created_at": "string",
"updated_at": "string",
"lastseen_at": "string"
}
}