{
  "current_page": 1,
  "data": [
      {
          "id": 2,
          "product_id": 15,
          "consumer_id": 34,
          "store_id": 4,
          "review_image_id": null,
          "rating": 4,
          "description": "Product Quality Is Good As Expexpected",
          "created_at": "2024-06-25T10:22:38.000000Z",
          "review_image": null,
          "consumer": {
              "id": 34,
              "name": "Rhoda Mayer",
              "email": "rhoda@mail.com",
              "profile_image_id": null,
              "role": {
                  "id": 2,
                  "name": "consumer",
                  "guard_name": "web",
                  "system_reserve": "1"
              },
              "profile_image": null,
              "wallet": {
                  "id": 5,
                  "consumer_id": 34,
                  "balance": 0
              },
              "point": {
                  "id": 6,
                  "consumer_id": 34,
                  "balance": 100
              }
          }
      },
      {
          "id": 1,
          "product_id": 16,
          "consumer_id": 2,
          "store_id": 4,
          "review_image_id": null,
          "rating": 5,
          "description": "\"Wow! This fashion product exceeded all my expectations! From the moment I opened the package, I could tell it was something special. The quality of the materials is outstanding, and the attention to detail in the craftsmanship is truly impressive. Not only does it look fabulous, but it feels incredibly comfortable too. I've received so many compliments whenever I wear it!",
          "created_at": "2024-06-21T10:07:31.000000Z",
          "review_image": null,
          "consumer": {
              "id": 2,
              "name": "john due",
              "email": "john.customer@example.com",
              "profile_image_id": null,
              "role": {
                  "id": 2,
                  "name": "consumer",
                  "guard_name": "web",
                  "system_reserve": "1"
              },
              "profile_image": null,
              "wallet": {
                  "id": 2,
                  "consumer_id": 2,
                  "balance": 8.46
              },
              "point": {
                  "id": 3,
                  "consumer_id": 2,
                  "balance": 1970
              }
          }
      }
  ],
  "first_page_url": "",
  "from": 1,
  "last_page": 1,
  "last_page_url": "",
  "links": [
      {
          "url": null,
          "label": "&laquo; Previous",
          "active": false
      },
      {
          "url": "",
          "label": "1",
          "active": true
      },
      {
          "url": null,
          "label": "Next &raquo;",
          "active": false
      }
  ],
  "next_page_url": null,
  "path": "",
  "per_page": 2,
  "prev_page_url": null,
  "to": 2,
  "total": 2
}