v1.1.8: Fix POST handling
Add the json parameter for post requests: (#10) * Add the json parameter for post requests: The purpose here is to be iso "requests" in order to accept empty json body. Some "black" formatting too. * change flake8 max line length (100 -> 120)