webhook_create

Function webhook_create 

Source
pub fn webhook_create(
    ctx: Context<'_, '_, '_, '_, WebhookCreate<'_>>,
    body: Vec<u8>,
    headers: HashMap<String, String>,
    id: Vec<u8>,
    method: HttpMethod,
    url: String,
) -> Result<()>