because of how feature api client calls django rest_framework.test.APIClient it is impossible to provide query string parameters for POST (PUT, PATCH) requests.
It works for GET requests through the data parameter, however for POST the data goes in the body, and no arguments can be provided in the url.