Authorization: Bearer ********************curl --location --request GET 'https://prod.your-api-server.com/reviews?locationId' \
--header 'Authorization: Bearer <token>'{
"items": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"reservationId": "54c41ef9-5629-4a9c-bb0d-10f615966bd0",
"businessLocationId": "84527a82-7de9-4552-9101-e217e0c1ba3a",
"staffMemberId": "138ee295-38b9-456a-b430-39719940f4cd",
"customerName": "string",
"customerEmail": "string",
"rating": 0,
"comment": "string",
"status": "string",
"publicReply": "string",
"submittedAt": "2019-08-24T14:15:22.123Z",
"publishedAt": "2019-08-24T14:15:22.123Z"
}
]
}