{
"appid": "string",
"ticket": "string",
"file_id": "string"
}
curl --location --request POST 'get_cos_url' \
--header 'Content-Type: application/json' \
--data-raw '{
"appid": "string",
"ticket": "string",
"file_id": "string"
}'
{
"requestId":"xxxxxxxxxxxxxx",
"code": 0,
"msg": "success",
"url": "http://venus-cloud-1258344705.cos.ap-guangzhou.myqcloud.com/6044/6044_c5830fd3053a07bb389ee6e483f9fafc5981d1bf?sign=q-sign-algorithm%3Dsha1%26q-ak%3DAKIDQghQs3wZy81e06vUmzyg8KMEtSothEWr%26q-sign-time%3D1721962514%3B1721969714%26q-key-time%3D1721962514%3B1721969714%26q-header-list%3Dhost%26q-url-param-list%3D%26q-signature%3D0b6de34bff116a05633c5127df4e3f7811ac215a"
}