
In line 259, the variable b64decoded_body should be used, but currently the variable decoded_body is being used. This generates an error when sending the request through the API.
The code should be as follows:
`serialized_message = verify_key.verify(b64decoded_body)`