{
"Id": "<ASSET_ID>"
}curl --location 'https://api.onelinkai.cloud/volc/openapi?Action=GetAsset&Version=2024-01-01' \
--header 'Authorization: Bearer <ApiKey>' \
--header 'Content-Type: application/json' \
--data '{
"Id": "<ASSET_ID>"
}'{
"ResponseMetadata": {
"RequestId": "string",
"Action": "string",
"Version": "string",
"Service": "string",
"Region": "string"
},
"Result": {
"Id": "string",
"Name": "string",
"URL": "string",
"AssetType": "string",
"GroupId": "string",
"Status": "string",
"Error": {
"Code": "string",
"Message": "string"
},
"CreateTime": "string",
"UpdateTime": "string",
"ProjectName": "string"
}
}