**Is your feature request related to a problem? Please describe.** Unable to easily verify webhook signature. **Describe the solution you'd like** A method to verify the webhook signature. **Describe alternatives you've considered** Implementeing own signature method probably taken from [openai/openai-ruby webhooks.rb](https://github.com/openai/openai-ruby/blob/main/lib/openai/resources/webhooks.rb) that uses the [Standard Webhooks specification](https://github.com/standard-webhooks/standard-webhooks/blob/main/spec/standard-webhooks.md) **Additional context** No additional context.