tasks.writeIdempotency-Key. Retry the same request with the same key to avoid repeating the write. See Safe retries & idempotency.curl --location --request PATCH 'https://api.cvviz.com/v1/tasks/' \
--header 'Idempotency-Key: cvviz-integration-operation-001' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"note": "Follow up tomorrow.",
"dueDate": "2019-08-24T14:15:22.123Z",
"assignedTo": 18
}'{
"data": {
"id": 7301,
"note": "Follow up with the candidate.",
"entityType": "none",
"entityId": 0,
"dueDate": "2019-08-24T14:15:22.123Z",
"assignedTo": 0,
"assignedToName": "string",
"isCompleted": false,
"createdAt": "2019-08-24T14:15:22.123Z",
"updatedAt": "2019-08-24T14:15:22.123Z"
}
}