Authorization: Bearer ********************{
"message": "string",
"system_prompt": "string",
"temperature": 0,
"max_tokens": 1
}curl --location '/api/v1/agent/chat/stream' \
--header 'Content-Type: application/json' \
--data '{
"message": "string",
"system_prompt": "string",
"temperature": 0,
"max_tokens": 1
}'null