curl --location --request GET 'https://cgv-prd-checklist-api.contele.io/list-forms-without-token?linked_urns&page&per_page' \
--header 'x-client-id;' \
--header 'x-product-context;' \
--header 'x-api-key;'
{
"forms": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"form_template_id": "5c7e6466-5d17-4998-88d1-06bf3e99d001",
"answers": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"form_question_id": "ee348bf7-db46-4080-b396-2f4d8998e46c",
"answer": "string"
}
],
"linked_urns": [
"v0:product:context:context_id"
],
"time_to_complete_checklist_in_seconds": 0
}
]
}