curl --request POST \
--url https://api.example.com/service/{tenant_name}/static_route \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"destination": "<string>",
"gateway_ip_address": "<string>",
"gateway_interface": "<string>",
"enable": true,
"distance": 1,
"description": "<string>"
}
'