Authorization: Bearer ********************
{
"metadata": {
"modified": "true",
"user": "abc123"
}
}
curl --location --request POST 'https://oapi.czl.net/v1/threads/' \
--header 'Content-Type: application/json' \
--data-raw '{
"metadata": {
"modified": "true",
"user": "abc123"
}
}'
{
"id": "thread_abc123",
"object": "thread",
"created_at": 1699014083,
"metadata": {
"modified": "true",
"user": "abc123"
}
}