Bug fix - POST params should not be added to querystring when making a request
Fixes an issue where POST params were also being appended to the querystring when a POST request was being made to an endpoint. This was resulting in unauthorised requests from the 7d api - see issue #237