curl --location '/api/v1/deposits//status' \
--header 'x-signature;' \
--header 'merchant-id;'{
"success": true,
"data": {
"operationId": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
"status": 1,
"amount": "100.00",
"receivedAmount": "99.00",
"subtractedAmount": "101.00",
"currency": "USDT",
"paymentMethod": "card",
"merchantOperationId": "merch-op-001",
"createdAt": "2026-05-28T12:00:00.000Z",
"confirmedAt": "2026-05-28T12:00:00.000Z"
},
"error": null
}