Forms
Upload
Submit form with file upload
Handle form submission with optional file upload. Processes both form data and file attachment.
post/upload/form-submission
Response
Form submitted successfully (no file)
Example response
{
"success": true,
"message": "Form submitted successfully (no file attached)"
}