curl --location --request POST '/clientAPI/path/to/webhook/deposit' \
--header 'Content-Type: application/json' \
--data-raw '{
"Id": "b04395d0-3eda-4f97-8500-8b21c904a82d",
"parentId": "b04395d0-3eda-4f97-8500-8b21c904a82d",
"Type": "Deposit",
"TransactionDate": "2025-04-10T07:42:40.6236521Z",
"Source": "0xD62a3500E1dF30d7eb3D901ea70C65d16897E884",
"SourceAssetCurrency": "ETH",
"SourceValue": 0.0001,
"Destination": "0xH78a3500E1dF30d7eb3D901ea70C65d16897E843",
"DestinationAssetCurrency": "ETH",
"Message": "",
"vaultId": "string",
"vaultName": "string",
"hash": "string",
"status": "Pending"
}'