Authorization: Bearer ********************curl --location '/conversations//items?include=' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"items": [
{
"role": "user",
"content": "string",
"phase": "commentary",
"type": "message"
}
]
}'{
"object": "list",
"data": [
{
"type": "message",
"id": "string",
"status": "in_progress",
"role": "unknown",
"content": [
{
"type": "input_text",
"text": "string",
"prompt_cache_breakpoint": {
"mode": "explicit"
}
}
],
"phase": "commentary"
}
],
"has_more": true,
"first_id": "string",
"last_id": "string"
}