card_id: UUID of the card to replacecity: Delivery city (required for physical cards)replacement_reason: Optional reason for replacement (LOST, STOLEN, OTHER)idempotency-key header: Required for request deduplicationsession_id: Session ID to use for OTP verification/cards/replacement/verify-otp with the session_id and OTP to complete400 INVALID_INPUT: Invalid request body or parameters400 INVALID_CITY: Invalid city provided (required for physical cards)404 CARD_NOT_FOUND: Card does not exist412 INVALID_CARD_STATUS: Card is not in ACTIVE status503 SERVICE_UNAVAILABLE: Service temporarily unavailable503 INVALID_CARD: Card replacement failed (Paymentology error)curl --location --request POST 'https://api.staging.vrtx.sa/cards/replacement' \
--header 'idempotency-key;' \
--header 'Content-Type: application/json' \
--data-raw '{
"card_id": "66f6e46c-f6a1-4af8-a1bd-49666bc01304",
"city": "string",
"replacement_reason": "LOST"
}'{
"session_id": "1ffd059c-17ea-40a8-8aef-70fd0307db82"
}