post https://api.topview.ai/v1/m2v/script/update
Response
| Field | Type | Description |
|---|---|---|
| code | String | Response code indicating the status of the request. |
| message | String | Response message describing the result of the request. |
| result | Object | Object containing the details of the result. |
| result.taskId | String | Unique identifier for the task. |
| result.status | String | Status of the task (e.g., success or failure). |
| result.errorMsg | String | Error message if the task failed; null if there is no error. |
| result.subTaskId | String | Unique identifier for the sub-task associated with the main task. |