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