Based on google documentation, I am calling the endpoint for fetching all reviews like here:
curl \
'https://androidpublisher.googleapis.com/androidpublisher/v3/applications/com.questionpro/reviews' \
--header 'Authorization: Bearer [myAccessToken] \
--header 'Accept: application/json' \
--compressed
but this endpoint returns an empty objec {}, like there is no review to fetch but there are: