The content of the response.json file located at airline_code_lookup/v1/get/response.json in the repository amadeus4dev/amadeus-code-examples is as follows:
{
"meta": {
"count": 1,
"links": {
"self": "https://test.api.amadeus.com/v1/reference-data/airlines?airlineCodes=BA"
}
},
"data":
{
"type": "airline",
"iataCode": "BA",
"icaoCode": "BAW",
"businessName": "BRITISH AIRWAYS",
"commonName": "BRITISH A/W"
}
]
}You can view the file directly on GitHub here. Let me know if you need further assistance!