curl --location --request GET 'https://cgv-prd-checklist-api.contele.io/list-answers?form_template_id' \
--header 'x-api-key;'
{
"answers": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"form_question_id": "ee348bf7-db46-4080-b396-2f4d8998e46c",
"answer": "string",
"created_at": "2019-08-24T14:15:22Z",
"created_by": "string",
"form_linked_urns": [
"string"
]
}
]
}