documents) that will be used to generate the document automatically as the card advances through the process.curl --location '/v1/flows//phases//auto-document-config' \
--header 'Content-Type: application/json' \
--data '{
"title": "string",
"documents": [
{
"templateId": "string",
"name": "string"
}
]
}'{
"id": "string",
"title": "string",
"documents": [
"string"
]
}