curl --request POST \
--url https://api-joy.joyfill.io/v1/documents/exports/pdf \
--header 'Content-Type: application/json' \
--data '
{
"document": {
"identifier": "<string>",
"name": "<string>",
"files": "<array>",
"fields": "<array>",
"template": "<string>",
"group": "<string>",
"stage": "published"
},
"timezone": "UTC"
}
'