cURL
curl --request GET \ --url https://api.example.com/fleets/{fleet}/gateways
[ { "fleet_id": "<string>", "id": "<string>", "name": "<string>", "namespace": "<string>", "protocol": "<string>", "target_port": 123 } ]
OK