Zoho Docs API: Can I Get the Parent Folder ID of a Folder if I Have the Folder ID?

Zoho Docs API: Can I Get the Parent Folder ID of a Folder if I Have the Folder ID?

How can I use the Zoho Docs API to get additional details for a folder if all I have is the folder's ID? In particular, I want to find out the ID of the parent folder.

I experimented with sending GET requests to these URLs but it didn't work:
`https://apidocs.zoho.com/files/v1/${folder_Id}`
`https://apidocs.zoho.com/files/v1/folders/${folder_Id}`

Is there a different request I can make? This seems like a basic functionality to provide in an API but I didn't see anything promising in the documentation.