How to Validate Trello Webhook Signatures in Golang Fiber?

I Tried many ways to verify the webhook in Golang Fiber, But all times calculated Hmac was different than the header x-trello-webhook. Could anyone kindly please share a working code? Thank you so so much.