At the place of method="GET" write method="POST"
Parameters accessed from url address are called as PATH parameters. By above tutorial you will get how to access these variables.
But in POST method user send the data as JSON FORMAT in request body
follow this link to know how to access POST DATA passed by client
how to retrieve the request body parameters in magento 2.0how to retrieve the request body parameters in magento 2.0