curl --location --request POST 'https://your-api-server.com' \
--header 'Content-Type: application/json' \
--data-raw '{
"orderId": "d4a8e63a-8b8a-4b6f-8c1c-72c8473f1b2a",
"lockId": "550e8400-e29b-41d4-a716-446655440000",
"status": "WAITING_FOR_CONFIRMATION",
"createdAt": "2025-09-24T12:45:10.123Z",
"expiresAt": "2025-09-24T13:15:10.123Z",
"confirmations": 2,
"requiredConfirmations": 3,
"receivedAmount": 0.0015,
"totalAmountRequired": 0.0015,
"cryptocurrency": "btc",
"walletAddress": "tb1qw508d6qejxtdg4y5r3zarvary0c5xw7kxpjzsx",
"transactionHash": "a1075db55d416d3ca4202f78bde033b3a6e3d2e0e0a5a3a1a6e3d2e0e0a5a3a1"
}'