Returns all the reviews written by the current user. - [x] An authenticated user is required for a successful response - [x] Successful response includes only reviews created by the current user - [x] Review data returned includes the `id`, `userId`, `spotId`, `review`, `stars`, `createdAt`, and `updatedAt` - [x] Review data returns associated data for `User`, including the `id`, `firstName`, and `lastName` - [x] Review data returns associated data for `Spot`, including the `id`, `ownerId`, `address`, `city`, `state`, `country`, `lat`, `lng`, `name`, `price`, and `previewImage` - [x] Review data returns associated data for `ReviewImages`, an array of image data including the `id` and `url`
Returns all the reviews written by the current user.
id,userId,spotId,review,stars,createdAt, andupdatedAtUser, including theid,firstName, andlastNameSpot, including theid,ownerId,address,city,state,country,lat,lng,name,price, andpreviewImageReviewImages, an array of imagedata including the
idandurl