Authorization: Bearer ********************{
"input": [
{
"type": "text",
"text": "核对九月份应收账款并列出异常项"
}
]
}curl --location '/v1/sessions//turns' \
--header 'Idempotency-Key;' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"input": [
{
"type": "text",
"text": "核对九月份应收账款并列出异常项"
}
]
}'{
"replayed": false,
"turn": {
"id": "id_example",
"sessionId": "session_example",
"employeeVersionId": "employeeversion_example",
"status": "starting",
"input": [
{
"type": "text",
"text": "示例内容"
}
],
"failureCode": "示例值",
"createdAt": "2026-09-27T08:00:00.000Z",
"updatedAt": "2026-09-27T08:00:00.000Z",
"startedAt": "2026-09-27T08:00:00.000Z",
"completedAt": "2026-09-27T08:00:00.000Z"
}
}