I have problem with verify signature. I look on FastAPI example and add simple as that in Django. On 1. June it worked when I tested it with response 200, but now I get error 403 with invalid signature. TypeForm is checked with same secret_key as in my code? I checked payload, secret_key and hashing everything is same as in FastAPI example? I there some changes on TypeForm when hashing is done?