curl --location --request POST '/global_ips' \
--header 'Content-Type: application/json' \
--data-raw '{
"description": "test interface",
"name": "test interface",
"ports": {
"tcp": [
80,
8080
],
"udp": [
5000,
5050
]
}
}'
{
"errors": [
{
"code": 0,
"detail": "string",
"meta": {},
"source": {
"parameter": "string",
"pointer": "/json/pointer"
},
"title": "string"
}
]
}
Authorization: Bearer ********************