Lot: POST
Allows the user to create a lot and add to the database.
Request
To create a new lot:
/api/lot
Requires bearer authentication.
Response
Should return 201 status code and with the url saved in the location header.
headers: {
location: /api/lot/12s345a678a9asd098765e432
}