curl --location --request GET 'https://api.302.ai/topview/v1/m2v/script/list?taskId' \
--header 'Authorization: Bearer '
{
"code": "200",
"message": "Success",
"result": [
{
"scriptId": 0,
"scriptContents": [
{
"segId": 0,
"segText": "This is 302, Welcome to a new era of streamlined communication and enhanced clarity"
}
]
}
]
}