What is the Content-type that is sent to postback url?
In the documentation, it is mentioned it is sent as a raw JSON, however when I deployed my app, I get the below error HttpMediaTypeNotSupportedException: Content-Type 'application/x-www-form-urlencoded;charset=UTF-8' is not supported
Currently my endpoint can handle 'Content-Type: application/json'
@sujith Could you share a sample curl command
If anyone else is looking to implement this here is a sample curl & implementation in spring