I am using InsertOne and below is the following payload
{
"Key" : "{{textInput13.value}}",
"Value": "{{textInput14.value}}",
"State" : "{{textInput15.value}}",
"Email" : "{{current_user.email}}",
"UpdatedBy" : "{{current_user.firstName +' ' + current_user.lastName}} ",
"UpdatedOn" :"{{moment().utc(self).tz("US/Central")}}",
"AuditMessage" : "Updated Message for State {{textInput15.value}}, and Key {{textInput13.value}}"
}