When I try to retrieve camera data from the sandbox, all I get is an empty array with no data.
To replicate the problem:
1. Reserve a small business meraki sandbox
2. Generate an API token from the dashboard
3. Make a request to MV endpoints i.e.
curl -L --request GET --url https://api.meraki.com/api/v1/devices/Q2FV-TG7N-MF4E/camera/analytics/zones/0/history --header 'Content-Type: application/json' --header 'Accept: application/json' --header 'X-Cisco-Meraki-API-Key: <INSERT API TOKEN>'
My response is always and empty array like this [ ]