Can't get recordings API to honor date params

Thanks for sharing those details, @ChrisPleasant !

So far, I’ve been able to set the params for these requests OK. Can you try the following cURL command and let me know if you have any better luck? For example:

curl --location --request GET 'https://api.zoom.us/v2/users/userId/recordings?from=2021-01-01&to=2021-01-18' \
--header 'Authorization: Bearer {token}'

This is what I get in Postman:

Thanks!
Will