/raw/impression/{ref} - ImpressionController@getRawImpression
GET - Returns a list of raw Impression data that are related to the ref
/raw/identity/{ref} - IdentityController@getRawIdentity
GET - Returns a the raw Identity/User data based on the given user ref
/tastingnote/{key} - NoteController@getByKey
GET - Returns the note key along with an array of related langs
/tastingnote/{key} - NoteController@addByKey
POST - Creates a new note (by key) along with an array of related langs based on the given payload
/tasting/{ref} - TastingController@getByRef
GET - Returns tasting data by ref
/tastings - TastingController@getList
GET - Returns a list of tastings along with their related data
/tasting - TastingController@add
POST - Creates a new tasting based on the given payload
/user - IdentityController@add
POST - Creates a new user based on the given payload