Returns the csv of the given table specified by the table_name and schema.
A StreamingResponse Pydantic object that iterates through the csv. If the table is empty, returns a Response object with code 204.
Enter: 'Bearer <JWT>', where JWT is the access token. Example: Bearer access_token_comes_here
Successful Response
The response is of type any
.