Authorization: Bearer ********************x-api-key: ********************curl --location '/v2/port_lists' \
--header 'Authorization: Bearer <token>' \
--header 'x-api-key: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"port_list": {
"name": "test name",
"comment": "test comment",
"port_range": "U:111,55,T:33,50-51"
}
}'