[Question]
The docs for chat bot say
An opaque string that identifies the bot. This token should be added to all requests sent to
bot_callback_urlto verify that they come from Sendbird server.
Yet, I do see a x-sendbird-signature header on the callback.
Is using x-sendbird-signature possible for this? I guess bot.bot_token is the secret to be used to sign?