curl --location --request POST '/v2/port_lists//port_range' \
--header 'Content-Type: application/json' \
--data-raw '{
"port_range": {
"start": 8000,
"end": 8080,
"type": "udp"
}
}'
{
"errors": [
{
"message": "string",
"type": "string",
"timestamp": "string"
}
]
}