curl --request POST \
--url https://api.example.com/service/{tenant_name}/l2/customer_port \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"system_name": "<string>",
"name": "<string>",
"max_bandwidth": 0,
"labels": {}
}
'