POST /message。Authorization: Bearer ********************{
"content": "写周报"
}curl --location 'https://app.emooai.com/open-api/v1/work_item' \
--header 'Emoo-User-Id: ' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"content": "写周报"
}'{
"code": 200,
"message": "success",
"data": {
"id": 101,
"source": "self",
"content": "写周报",
"from_title": null,
"from_image_url": null,
"detail_link": null,
"thread_key": null,
"due_at": null,
"remind_at": null,
"status": "pending",
"done_at": null,
"has_read": true,
"tag_id": null,
"tag_info": null,
"ws_agent_key": null,
"chat_id": null,
"chat_message_id": null,
"created_at": "2026-09-09T10:00:00Z",
"updated_at": "2026-09-09T10:00:00Z"
}
}