curl --location --request GET '/v2/cloud/oss-token-by-user/1702D8OBYWWQ?oss_id=0' \
--header 'X-Tg-App-Id;' \
--header 'X-Tg-Platform;' \
--header 'X-Tg-Sdk-Version;' \
--header 'Accept-Language;' \
--header 'X-Tg-App-Store: {{appstore}}' \
--header 'X-Tg-App-Pkgname;' \
--header 'Authorization;' \
--header 'X-Tg-Date;' \
--header 'X-Tg-App-Version: {{app_version}}'
{
"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"
}
}