We are using an external issue tracker and send our logged time into Zoho. Currently some of our POSTs work and some fail. It seems to be around how the JSONString parameter is formatted in the POST URL.
Any time we try to send in an "&" or line break we get the error "JSON is not well formed". We are processing all of this through a node server where we are trying to properly encode the URL but it always gets rejected by Zoho.
What is the proper method for encoding these characters so that the API accepts them?
Thank you.