{
"url": "https://example.com/hooks/tradewind",
"events": [
"*"
]
}curl --location --request POST '/api/user/webhooks' \
--header 'Authorization: Bearer {{jwt}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"url": "https://example.com/hooks/tradewind",
"events": [
"*"
]
}'