Parameters in GET queries pass query string. Parameters in POST requests — through the JSON-encoded request body. The authorization token is always passed to query string (?token=xxxxxx).
Examples of open source projects: NodeJS chatbot / PHP bot / Python bot / WhatsApp Mass Checker. And a detailed guide to Webhooks for receiving messages.