I am using RapidAPI for integration of https://priceline-com-provider.p.rapidapi.com/v1/hotels/search external API with my asp.net micro-service. I need to get a JSON response from the API however it is returning gibberish data. I have tried many things to no success.
To make sure it is good the request, I used Postman to test and it worked out fine.
What can I do to solve this?