notes.writeIdempotency-Key. Retry the same request with the same key to avoid repeating the write. See Safe retries & idempotency.curl --location 'https://api.cvviz.com/v1/candidates//notes' \
--header 'Idempotency-Key: cvviz-integration-operation-001' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"note": "Candidate is available for an interview next week."
}'{
"data": {
"id": 7301,
"entityType": "candidate",
"entityId": 501,
"created": true
}
}