In the app tap on "New Report",
then chose one of the categories (this opens the page "Collect"),
then tap the camera symbol and make a picture (this uses the restservice "mobilecamera"),
then tap send (this uses the restservice "restservice_newPOI_post"
In API Express you can go to
reporterAPI == reporter_newPOI==newPOI
and test the service with some dummy data for the body payload.
In the example below the "11111......111" dummy data has a size of 10KB only!
I you increase the dummy data to a certain extent the error is thrown.