Hey I am stuck using the api - I can access the public tables but I have a schema called portal and need to access a table from there but I can't figure out the url to use
url = "https://xxxxxxxxxxx.supabase.co/rest/v1/project_table?select=*&time=gte.2022-06-06T15:39:16"
Gets this back - {"message":"relation \"public.project_table\" does not exist","code":"42P01","details":null,"hint":null}
If I put portal.project_table I get the same but with public.portal.project_table does not exist