token: ********************{
"label": "string",
"allow_ips": "string",
"user_id": 0
}curl --location '/admin/users/api' \
--header 'token: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"label": "string",
"allow_ips": "string",
"user_id": 0
}'{
"success": true,
"api": {
"id": 0,
"label": "string",
"relid": 0,
"key": "string",
"secret": "string",
"allow_ips": "string",
"created_at": "2019-08-24T14:15:22.123Z"
}
}