{
"walletId": "3095",
"amount": 100,
"currency": "USDC",
"network": "BSC",
"fromAddress": "0x1234567890123456789012345678901234567890"
}curl --location --request POST '/v1/stable/mock/wallet/deposit-webhook' \
--header 'Content-Type: application/json' \
--data-raw '{
"walletId": "3095",
"amount": 100,
"currency": "USDC",
"network": "BSC",
"fromAddress": "0x1234567890123456789012345678901234567890"
}'{}