Authorization: Bearer ********************
curl --location --request POST 'https://oapi.czl.net/v1/threads/' \
--header 'Authorization: Bearer <token>'
{
"id": "thread_abc123",
"object": "thread",
"created_at": 1699014083,
"metadata": {}
}