curl --request GET \
--url https://api.example.com/tables \
--cookie fastapiusersauth=[
{
"id": "<string>",
"name": "<string>"
}
]List all tables.
curl --request GET \
--url https://api.example.com/tables \
--cookie fastapiusersauth=[
{
"id": "<string>",
"name": "<string>"
}
]Was this page helpful?