Lot: GET
Allows the user to access a created lot.
Request
To access a specific lot:
/api/lot/:lotID
Requires bearer authentication.
Response
Should return 200 status code and a JSON object on the body.
body: {
name: 'example name',
description: 'example description',
address: '123 parker ave'
_id: 12k34j567h89g098f7d654s321
userID: 098h765h432oo12345u6yt78we90
}