put https://api.sandbox.mozaic.io/api/activity//task/
Responses
xxxxxxxxxx
10curl --request PUT \
--url https://api.sandbox.mozaic.io/api/activity/activityId/task/taskId \
--header 'accept: application/json' \
--header 'content-type: application/*+json' \
--data '
{
"type": "contactCreated",
"status": "notStarted"
}
'