{
"id": 0,
"sub_userid": 0,
"is_archive": 0,
"cover": "string",
"title": "string",
"plan_start_time": "2006-01-02 12:00:00",
"plan_end_time": "2006-01-02 12:00:00",
"category_id": 0,
"is_record": 0,
"language": 1,
"is_show_language": 0,
"is_show_backup_stream": 0
}curl --location --request POST '/api/live/update' \
--header 'Authorization: test' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"sub_userid": 0,
"is_archive": 0,
"cover": "string",
"title": "string",
"plan_start_time": "2006-01-02 12:00:00",
"plan_end_time": "2006-01-02 12:00:00",
"category_id": 0,
"is_record": 0,
"language": 1,
"is_show_language": 0,
"is_show_backup_stream": 0
}'{}