I'm trying to connect to the Sharpspring API using the COZYROC REST API connector. They only have a single endpoint, and I have to add accountID and secretKey to that endpoint, but submit my request as JSON in a POST to that URL. How do I configure a JSON request using this connection manager?
In postman I put the JSON in the "raw" request section, but not sure how to do the same thing with COZYROC.