{
"_id": "<string>",
"type": "svc",
"title": "<string>",
"description": "<string>",
"cover_image": "<string>",
"state": "created",
"tags": [
"<string>"
],
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"visibility": "public",
"like_count": 123,
"mark_count": 123,
"shared_count": 123,
"task_count": 123,
"author": {
"_id": "<string>",
"nickname": "<string>",
"avatar": "<string>"
},
"train_mode": "full",
"samples": [],
"languages": [],
"lock_visibility": false,
"unliked": false,
"liked": false,
"marked": false
}