Spot: POST
Creates a parking spot associated with a lot.
Request
POST to a specified lot:
/api/lot/:lotID/spot
Requires bearer authentication.
Response
Status Code: 201
JSON object with newly instantiated spot object.
Creates a parking spot associated with a lot.
POST to a specified lot:
/api/lot/:lotID/spot
Requires bearer authentication.
Status Code: 201
JSON object with newly instantiated spot object.