attachment file of answers "form_template_id" and "question_id"curl --location 'https://cgv-prd-checklist-api.contele.io/api/v1/form-template/attachments' \
--header 'x-api-key: {{api_key}}' \
--header 'Content-Type: application/json' \
--data '{
"form_template_id": "5c7e6466-5d17-4998-88d1-06bf3e99d001",
"attachments": [
{
"id": "string",
"file_in_base64": "string",
"extension": "string"
}
]
}'{
"form_template_id": "5c7e6466-5d17-4998-88d1-06bf3e99d001",
"attachments_per_id": {}
}