I'm working on a hotel booking application, and trying to integrate amadeus api. I'm using the test api base url https://test.api.amadeus.com when sending a request for flight-offers i get the response and the token is valid. But when i'm trying to use the hotel-offers end point with the same token(before it expires in 30 mins) it returns a 401 message. https://test.api.amadeus.com/v2/shopping/flight-offers?originLocationCode=LON&destinationLocationCode=NYC&departureDate=2022-01-16&adults=1&travelClass=ECONOMY works
https://test.api.amadeus.com/v2/shopping/hotel-offers?cityCode=LON&checkInDate=2022-01-05&checkOutDate=2022-01-07 does not work
i know that a token expires after 30 min and took that into consideration. Is there a problem with this endpoint: https://test.api.amadeus.com/v2/shopping/hotel-offers