API help on my first day
Hi all ! My very first look at Toddle today , I am trying to add an api , it is one that i have used before and trying to test by just sending a basic json request in the body . But i keep getting an Invalid JSON error . It is set up as POST , and the endpoint is correct , i just put the raw json as a string in the body to see if i get the right response . The same test works fine in Postman , returning the expected response . Is there something different about the way Toddle sends json post requests ?