Provides struct and type for a Webhook
@type t() :: %Cyphi.Webhook{ event: String.t(), id: integer() | nil, recipe_id: String.t() | nil, target_url: String.t() }