curl --location --request PATCH '/scheduledActivities/112' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"activityType": "email",
"title": "2 july 1020 updated",
"description": "2 july 1020 update",
"tags": [
{
"tag": "3"
}
],
"assignedToo": [
{
"id": 3
}
],
"dueDateTime": "2026-07-09T08:49:27.000Z"
}'{
"error": {
"code": "string",
"message": "string"
}
}