I had previously created my own custom app for working with Locative:
I was originally accepting GET requests, but like you said, this broke in v5 with the extra payload that Locative started sending. I changed my app to accept POST requests, and everything worked perfectly again. No need to use the Request Designer!