Authorization: Bearer ********************curl --location '/chatkit/threads/' \
--header 'Authorization: Bearer <token>'{
"id": "cthr_def456",
"object": "chatkit.thread",
"created_at": 1712345600,
"title": "Demo feedback",
"status": {
"type": "active"
},
"user": "user_456"
}