curl --request GET \
--url http://localhost:8000/api/v1/local-seo/locations/{location_id}/analytics/reviews \
--header 'Authorization: Bearer <token>'{
"average_rating": 123,
"total_reviews_count": 123,
"total_replied_count": 123,
"reply_rate_pct": 123
}curl --request GET \
--url http://localhost:8000/api/v1/local-seo/locations/{location_id}/analytics/reviews \
--header 'Authorization: Bearer <token>'{
"average_rating": 123,
"total_reviews_count": 123,
"total_replied_count": 123,
"reply_rate_pct": 123
}The access token received from the authorization server in the OAuth 2.0 flow.