Hi,
I am trying to write a document inside a collection using the HTTP endpoint. First I am trying this with the postman to see if it can post the document. I have created a Post Request and function to write the data in Postman I am passing all the required data with Key as well. but throwing this error
this is my JSON Schema
and This is my post-request
In Function, I am using simple InserOne to insert the Document.
Also this is the rule setup
Can anyone please help me with this issue pls