cURL
curl --request GET \ --url http://localhost:8080/api/flights/sectors
{ "success": true, "data": [ { "code": "<string>", "city": "<string>", "name": "<string>" } ] }
List of matching sectors
Show child attributes