X-BPN-API-KEY: ********************X-BPN-SIGNATURE: ********************X-BPN-TIMESTAMP: ********************{
"walletId": "3095",
"amount": 100,
"currency": "USDC",
"network": "BSC",
"fromAddress": "0x1234567890123456789012345678901234567890"
}curl --location '/v1/stable/mock/wallet/deposit-webhook' \
--header 'X-BPN-API-KEY: <api-key>' \
--header 'X-BPN-SIGNATURE: <api-key>' \
--header 'X-BPN-TIMESTAMP: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"walletId": "3095",
"amount": 100,
"currency": "USDC",
"network": "BSC",
"fromAddress": "0x1234567890123456789012345678901234567890"
}'{}