{ "url": "https://example.com/mywebhook3", "events": [ "transactions", "customers", "links", "cards" ] }
curl --location --request POST 'https://onapi.stafebank.com.br/v1/webhooks' \ --header 'Content-Type: application/json' \ --data-raw '{ "url": "https://example.com/mywebhook3", "events": [ "transactions", "customers", "links", "cards" ] }'
{}