curl --request POST \
--url http://localhost:3333/v1/evidence-forms/{formType}/submissions \
--header 'X-API-Key: <api-key>'Create a new organization-scoped evidence form submission using Zod-validated payloads
curl --request POST \
--url http://localhost:3333/v1/evidence-forms/{formType}/submissions \
--header 'X-API-Key: <api-key>'Was this page helpful?