Authorization: Bearer ********************
x-api-key: ********************
curl --location --request PUT '/v2/port_lists/' \
--header 'Authorization: Bearer <token>' \
--header 'x-api-key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"port_list": {
"name": "test name",
"comment": "test comment"
}
}'
{
"errors": [
{
"message": "string",
"type": "string",
"timestamp": "string"
}
]
}