v4.2.14
Remove explicit cURL `POST` (#276) When executed with `verbose`, cURL logs: > Note: Unnecessary use of -X or --request, POST is already inferred. [The `-d`/`--data` flag sends data via `POST`](https://curl.se/docs/manpage.html#-d) so specifying `POST` _as well_ is redundant.