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