Currently I have a webhook that will return a 400 given a certain condition that may be met during a user.update event. The error itself works well but I am looking for a way to provide details regarding the error message (i.e. the body of the returned error code). I am looking to either populate this section in the webhook logs:
Or this section in the event logs (the event is created upon failure of the webhook):
Is there a way of editing either of these fields?