attachment file of answers "form_template_id" and "question_id"
{
"form_template_id": "5c7e6466-5d17-4998-88d1-06bf3e99d001",
"attachments": [
{
"id": "string",
"file_in_base64": "string",
"extension": "string"
}
]
}
curl --location --request POST 'https://cgv-prd-checklist-api.contele.io/form-template/attachments' \
--header 'x-api-key;' \
--header 'Content-Type: application/json' \
--data-raw '{
"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": {}
}