curl --location --request POST 'https://app.apacta.com/api/v1/form_fields' \
--header 'Content-Type: application/json' \
--data-raw '{
"comment": "string",
"content_value": "string",
"file_id": "8a0cfb4f-ddc9-436d-91bb-75133c583767",
"form_field_type_id": "bda06782-0c90-401c-b8bb-eee8dacec109",
"form_id": "46af4ef5-2c18-4098-9bc5-c048fb90b843",
"form_template_field_id": "d921eacf-73db-4129-ba15-cdfee3f5e71a",
"placement": 0
}'{
"data": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
},
"success": true
}