access-token: ********************{
"label": "string",
"allow_ips": "string"
}curl --location --request PUT '/admin/apis/' \
--header 'access-token: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"label": "string",
"allow_ips": "string"
}'{
"success": true
}