Making a request to `/api/v2/pastes` fails with `invalid character 'x' looking for beginning of value`. Code to reproduce: ```py import requests resp = requests.post("https://pasty.lus.pm/api/v2/pastes", data={"content": "Test paste"}) ``` 