curl --location --request GET 'https://api.topview.ai/v1/m2v/script/list?taskId=' \
--header 'Topview-Uid;' \
--header 'Authorization;'{
"code": "string",
"message": "string",
"result": [
{
"scriptId": 0,
"scriptContents": [
{
"segId": 0,
"segText": "string"
}
]
}
]
}