Create the endpoint that receives the payload from the public web app. - POST /api/v1/public/reports - Save the image URL, GPS data, category, image_id and description to the database. - Image is uploaded via our common upload endpoint
Create the endpoint that receives the payload from the public web app.