POST /v1/forms/:idOrSlug/submit
Submits data to a published form. The submitted data will be validated against the form’s field definitions.Path Parameters
Body Parameters
The body of the request should be a JSON object where the keys correspond to theid of each form field, and the values are the submitted data for those fields.