I have a website that used variables stored on our own database to post save/resume data to the REST API url of our form. This would allow the user to resume their saved form, and has worked for a couple of years. Recently, it stopped working. I get an HTTP 500 error when trying to POST to the REST API with the same email/password/form_id variables. Any ideas? Thanks.