JSON · 297 bytes Raw Blame History
1 [
2 {
3 "id": 1,
4 "restaurant_id": 5,
5 "rating": 5,
6 "review": "the toast was beautiful",
7 "created_at": "2025-06-27T16:16:25.712Z"
8 },
9 {
10 "id": 2,
11 "restaurant_id": 8,
12 "rating": 5,
13 "review": "the toast was toasty",
14 "created_at": "2025-06-27T18:06:05.779Z"
15 }
16 ]