curl --location 'https://api.elaypay.app/api/v1/consumer/card-products/cards/status-operation-batches/detail' \
--header 'X-Api-Key;' \
--header 'X-Timestamp;' \
--header 'X-Nonce;' \
--header 'X-Signature;' \
--header 'X-Signature-Algorithm;' \
--header 'X-Workspace-Id;' \
--header 'Content-Type: application/json' \
--data '{
"batchBizId": "CSOB_ABCDEF1234567890"
}'{
"version": "string",
"timestamp": 0,
"success": true,
"code": "string",
"message": "string",
"data": {
"batchBizId": "CSOB_ABCDEF1234567890",
"operation": "FREEZE",
"status": "PROCESSING",
"requestedCount": 10,
"succeededCount": 7,
"failedCount": 2,
"processingCount": 1,
"createdAt": 1784900000,
"completedAt": 1784900120
}
}