Authorization: Bearer ********************curl --location 'https://gw.tokenproto.cn/api/v3/getAsset' \
--header 'x-api-key;' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"id": "string"
}'{
"ResponseMetadata": {
"RequestId": "string",
"Action": "string",
"Version": "string",
"Service": "string",
"Region": "string"
},
"Result": {
"Id": "string",
"Name": "string",
"URL": "string",
"AssetType": "string",
"GroupId": "string",
"Status": "string",
"CreateTime": "string",
"UpdateTime": "string",
"Error": {
"Code": "string",
"Message": "string"
}
}
}