idempotency_in_progress
409 A request with this Idempotency-Key is still in progress.
Cause
An earlier request with the same Idempotency-Key is still being processed.
Solution
Wait a few seconds and try again with the same key.
Example
{
"type": "https://developers.klantly.com/errors/idempotency_in_progress",
"title": "A request with this Idempotency-Key is still in progress.",
"status": 409,
"code": "idempotency_in_progress",
"request_id": "req_01j7zq3k9x2m4n6p8r0t2v4w6y"
}