curl --location --request POST 'https://api-develop.enspace.io/c-stage-tasks' \
--header 'x-api-key: <api-key>' \
--header 'en-workspace: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "Test Task",
"description": "nose",
"start_type": "stage_enter",
"icon": "carbon:health",
"action": "use_integration",
"integration": 3,
"integration_data": {
"action": "uploadAndSign",
"document_field": "docs",
"document_origin": "field",
"document_title": "title",
"signatureStandard": 1,
"signers_field": 113,
"signer_map": {
"title": "titulo",
"action": "acao",
"name": "nome",
"email": "email",
"individualIdentificationCode": "email"
},
"useAttachments": true,
"sendSubscribersRecipients": true
},
"sla_origin": "task_created",
"sla_type": "workDays",
"sla": 3,
"responsibility_type": "request_user",
"stage": 1
}'