In my Springboot App, my local API calls a Thridparty API, format the response and send to the UI. At a particular usecase I am geting a 400 Exception with a JSON response by calling third party Api directly in Postman which is good, but In my app, when I catch the exception all I see is a 400 Bad Request and I dont get the JSON response.
Exception handling for HttpClientException to get the JsonResponse