curl --location --request POST 'https://your-api-server.com' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "8eb77829-dac3-4857-b0c0-3bf70460659c",
"sourceAmount": 20.0,
"destinationAmount": 0.00220961,
"exchangeRate": "0.0001103256",
"status": "SUCCESSFUL",
"fee": 0.11,
"sourceCurrency": "doge",
"destinationCurrency": "eth",
"exchangeLockId": "7729c469-4d41-44ed-baa9-d9434301a651",
"createdAt": "2025-01-20T10:33:23.465Z",
"user": {
"externalUserId": "10001",
"email": "email@email.com",
"firstName": "Test",
"lastName": "Test",
"address": "Test 1",
"city": "Rzeszow",
"country": "PL",
"documentType": "ID_CARD",
"documentNumber": "ABC12345",
"pesel": "12345678901",
"birthCountry": "PL",
"birthDate": "2000-01-01T00:00:00.000Z"
}
}'