Authorization: Bearer ********************{
"question": "string",
"histories": [
{
"role": "string",
"message": "string"
}
]
}curl --location --request POST '/homepage/sse' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"question": "string",
"histories": [
{
"role": "string",
"message": "string"
}
]
}'{}