REQUEST.CONFLICT
X-Operation-Id
{ "operation": "FREEZE", "cardInfoBizIds": [ "string" ] }
curl --location 'https://api.lampays.com/card-products/cards/status-operation-batches/create' \ --header 'X-API-VERSION: 2' \ --header 'X-Api-Key: {{api_key}}' \ --header 'X-Timestamp;' \ --header 'X-Nonce;' \ --header 'X-Signature;' \ --header 'X-Signature-Algorithm: RSA-SHA256' \ --header 'X-Idempotency-Key;' \ --header 'Content-Type: application/json' \ --data '{ "operation": "FREEZE", "cardInfoBizIds": [ "string" ] }'
{ "version": "string", "timestamp": 0, "success": true, "code": "string", "message": "string", "data": { "batchBizId": "CSOB_ABCDEF1234567890", "operation": "FREEZE", "status": "PROCESSING", "requestedCount": 10, "created": true } }