curl --request GET \
--url https://api.kira.art/thread/threads \
--header 'Authorization: Bearer <token>'{
"threads": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"title": "<string>",
"resourceId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"thumbImageUrl": "<string>"
}
]
}获取用户的所有对话线程
curl --request GET \
--url https://api.kira.art/thread/threads \
--header 'Authorization: Bearer <token>'{
"threads": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"title": "<string>",
"resourceId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"thumbImageUrl": "<string>"
}
]
}