{
"port_list": {
"name": "test name",
"comment": "test comment",
"port_range": "U:111,55,T:33,50-51"
}
}
curl --location --request POST '/v2/port_lists' \
--header 'Content-Type: application/json' \
--data-raw '{
"port_list": {
"name": "test name",
"comment": "test comment",
"port_range": "U:111,55,T:33,50-51"
}
}'