ag-flow-id, contendo o mesmo identificador de flow já presente no caminho.curl --location '/v1/flows//start-form//public' \
--header 'ag-flow-id;'{
"id": "string",
"title": "string",
"description": "string",
"logoUrl": "string",
"backgroundColor": "string",
"createButtonLabel": "string",
"fields": [
{
"id": "string",
"name": "string",
"type": "string",
"required": true,
"help": "string",
"options": [
"string"
],
"sectionMetadata": {}
}
]
}