Hello I am trying to send ajax request to bb webhook by following code.
$.ajax({ type: "POST", url: webhookUrl, data: { user_id: YOUR_USER_ID }, succ