curl --location --request GET 'http://127.0.0.1:5678/api/chat/history?chat_id=a29fe543-bce9-4336-8312-d2f7685eeaac' \
--header 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHBpcmVkIjoxNzI5MTQ2NzQzLCJ1c2VyX2lkIjo0fQ.Rhk2XHTo-x55Ry2zHfcE2M9XcgdFo1DkTPDhhwg8Bk4'
{
"code": 0,
"data": [
{
"id": 0,
"chat_id": "string",
"user_id": 0,
"role_id": 0,
"model": "string",
"type": "prompt",
"icon": "string",
"tokens": 0,
"content": "string",
"use_context": true,
"created_at": 0
}
],
"message": "string"
}