We're trying to parse the V2 messaging docs to see how we can verify Webhooks correctly with the V2 messaging API.
Per the support docs
https://support.telnyx.com/en/articles/4334722-how-to-leverage-webhooks
What type of encryption is used hmac, like in V1? Or ed25519?
Does the payload that is required for verification include the data key?
Does the timestamp need to be in int format like in the Ruby SDK?
Ran through some example but cant seem to get it to work correctly