curl --location --request GET '/v2/cloud/server/oss-token/1702D8OBYWWQ?oss_id=0' \
--header 'X-Tg-App-Id;' \
--header 'Accept-Language;' \
--header 'Authorization;' \
--header 'X-Tg-Signed-Headers;' \
--header 'X-Tg-Date;' \
--header 'X-Tg-Content-Sha256;' \
--header 'X-Tg-Algorithm;'
{
"code": 0,
"data": {
"end_point": "string",
"access_key_id": "string",
"access_key_secret": "string",
"security_token": "string",
"expiration": "string",
"expiration_int": 0,
"root_path": "string",
"platform": "string",
"bucket": "string",
"ossid": "string",
"region_id": "string"
}
}