Currently, no authentication is required.
All robot status information including location, order queue, inventory etc.
GET - retrieve robot information
PUT - update robot information
All orders in the system including pending, in progress and completed orders.
GET - retrieve all orders
POST - place a new order
One specific order (past or present).
GET - get information about the order
PUT - update the status of the order