curl --location --request GET 'https://yourdomain.com/webhooks/hypetech/getBalance' \
--header 'Content-Type: application/json' \
--data-raw '{
    "user_id": "string",
    "currency": "string"
}'{
    "user_id": "string",
    "currency": "string",
    "balance": "string"
}