curl --location --request POST 'https://open-auth.tezign.com/open-api/standard/v1/cf/video-task/create' \
--header 'x-asm-prefer-tag: version-env-07' \
--header 'Access-token: ca268e07-882d-4bc9-8e2d-1a4eb2279f32' \
--header 'Content-Type: application/json' \
--data-raw ''
{
"code":"0",
"message":"success",
"result":"任务ID"
}