curl --location --request GET '/openapi/v0.9/manage/api/v1/workspaces//flight-tasks/sts-info?flightId=flight123' \
--header 'x-user-token: {{x-user-token}}' \
--header 'X-Request-Id: {% mock '\''uuid'\'' %}'{
"code": 0,
"message": "string",
"data": {
"data": {
"bucket": "string",
"credentials": {
"access_key_id": "string",
"access_key_secret": "string",
"expiration": "string",
"platform": 0,
"security_token": "string"
},
"endpoint": "string",
"object_key_prefix": "string",
"provider": "string"
},
"result": {
"code": 0
}
}
}