const options = {method: 'GET', headers: {accept: 'application/json'}};
Hi,
I'm trying to fetch from the Location Reviews service and
I'm getting an empty data array.
This locationId (8113958) provided can be used for Location Details
and we are indeed getting info from the location and also the number
of reviews.
"num_reviews": "3247"
I don't understand why Location Reviews is not returning data.