how to get data from requests, but not from the URL

The following discussion from !1662 (merged) should be addressed:

  • @cbm755 started a discussion:

    This data seems to be what I want, but its an empty dict... so maybe data = request.query_params needs to be data = request.give_colin_what_he_wants...?

See other comments in the MR... A lot of our legacy GET/PUT/POST use this idea: how do we port them?

Edited by Colin Macdonald