cURL
curl --request GET \ --url https://api.example.com/languages
[ { "id": 123, "code": "<string>", "name": "<string>" } ]
Successfully retrieved the list of languages.