Given a user is NOT logged in, when the api is called to add, delete, or update a customer review, then the api should return an error.
Given a user IS logged in, when the api is called to add, delete, or update a customer review, then the api should commit the changes to the database.
Given a use is NOT logged in, when the api is called to retrieve customer reviews, then the api should allow this action and return the reviews requested.
Scenarios / Acceptance Criteria:
Given a user is NOT logged in, when the api is called to add, delete, or update a customer review, then the api should return an error.
Given a user IS logged in, when the api is called to add, delete, or update a customer review, then the api should commit the changes to the database.
Given a use is NOT logged in, when the api is called to retrieve customer reviews, then the api should allow this action and return the reviews requested.