Gateway policy is sending a request to a backend host for processing and is resulting in the following error being returned:
415 Unsupported Media Type
All supported versions of the CA API Gateway
The backend host was expecting the request content-type to be of type json but it was coming over as text.
We modified the content type on the client side to be json and the backend then processed things and the gateway policy executed successfully.