API Endpoint
Description
I am tying to list all the meeting from 2023-06-06 to 2023-06-09 using endpoint
Snippet of my code calling the api in bash
output=$(curl --request GET --header “Authorization: Bearer ${jwt}” https://api.zoom.us/v2/accounts/${sub_account}/metrics/meetings?“from=2023-06-06&to=2023-06-09&type=past&page_size=300”)
Issue
Instead getting results from 6th of June to 9th of June, I am getting results from 6th of June to 7th of June.