{
"port_list": {
"name": "test name",
"comment": "test comment"
}
}
curl --location --request PUT '/v2/port_lists/' \
--header 'Content-Type: application/json' \
--data-raw '{
"port_list": {
"name": "test name",
"comment": "test comment"
}
}'