Image: GET
Allows the user to access a created image.
Request
To access a specific image:
/api/lot/:lotID/image/:id
Requires bearer authentication.
Response
Should return 200 status code and a JSON object.
body: {
userID: 12f345f6789098uk7jty65sfa4sg3w21
lotID:fw8364gofqy02023j
imageURI: http://amazon.com/aws/1234567890.png
objectKey:1234567890.png
_id: 287563420fhidufg8q923y
}