Verifying Signature Mismatch Python and I dont know why

I found the solution :smiley:

I needed to return the request.get_data() as a string and not as bytes.

body = request.get_data(True, True, False)