When I try to send a POST request via Postman for publishing a message to AWS SNS, I get a "400 Bad Request, the request cannot be fulfilled due to bad syntax".
In the "publish" action - there is an option for a regular message to a topic (which I can get to work), and an option for a json formatted message, which can change the message according to the different notification protocols, and it seems that I am sending the json in the parameter in a bad way.
Help on this matter?
Screen shot of my POST request from postman:
Also Tried the following json in the Message parameter: {\"default\": \"default\"}