curl --location 'https://api.elaypay.app/api/v1/consumer/card-products/cards/status-operation-batches/items/page' \
--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",
"page": 0,
"size": 20
}'{
"version": "string",
"timestamp": 0,
"success": true,
"code": "string",
"message": "string",
"data": {
"items": [
{
"batchBizId": "CSOB_ABCDEF1234567890",
"itemSeq": 0,
"cardInfoBizId": "CI_ABCDEF1234567890",
"status": "PENDING",
"targetCardStatus": "ACTIVE",
"failureReasonCode": "string",
"completedAt": 1784900120
}
],
"pagination": {
"totalPages": 0,
"totalRecords": 0,
"currentPage": 0,
"pageSize": 0,
"hasNext": true,
"paginated": true,
"empty": true
}
}
}