Get stream of thought
Get a list of all the stream of thought of these philosophers.
GET
/stream_of_thought
curl \
-X GET https://philosapi.vercel.app/api/stream_of_thought
Response examples (200)
[
{
"id": 42,
"name": "string"
}
]