candidates.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//tags' \
--header 'Idempotency-Key: cvviz-integration-operation-001' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"tags": [
"Backend",
"Priority"
]
}'{
"data": {
"candidateId": 501,
"tagIds": [
88,
89
],
"updated": true
}
}