curl --location --request POST 'https://acesso.evolutto.com.br/api/v1/cronogramas/' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"tasks": {
"added": [
{
"startDate": "2025-09-23T00:00:00-03:00",
"endDate": "2025-09-23T00:00:00-03:00",
"parentId": "{Chave de identificação de uma fase}",
"level": "etapa"
}
]
}
}'{
"data": [
{}
]
}