can you please confirm on end point URL to get the list of schemes for given catalog_id or catalog_name in Unity catalog stand When I tried use below end point getting 404 .
endpoint = f"{workspace_url}/api/2.1/unity-catalogs/{catalog_name}/schemas"
Reference : link
tried both
endpoint = f"{workspace_url}/api/2.1/unity-catalogs/schemas"


found the answer and end point should be