curl --location --request GET '/assistants/' \
--header 'Authorization: Bearer <token>'{
"id": "string",
"name": "string",
"description": "string",
"model": "string",
"temperature": 0,
"maxTokens": 0,
"createdAt": "2019-08-24T14:15:22.123Z",
"updatedAt": "2019-08-24T14:15:22.123Z"
}