I'm trying to build a HTML form - that will be part of our intranet - to send push notifications to my Appery app. I know it needs to use the POST method, I have successfully sent push notifications using the CURL examples, but I can't get a simple html form to work as I keep getting serialization errors, is there an example of a HTML form somewhere? Thanks.