curl --location 'https://api.omove.ai/openapi/volcengine/?Action=CreateAsset&Version=2024-01-01' \
--header 'X-Date: 20260727T070000Z' \
--header 'X-Content-Sha256: 88cd32473978b64abb62166e3e789aa62130af73a5673de72bc96498d877be83' \
--header 'Authorization: HMAC-SHA256 Credential=<ACCESS_KEY_ID>/20260727/cn-beijing/ark/request, SignedHeaders=host;x-content-sha256;x-date, Signature=<SIGNATURE>' \
--header 'Content-Type: application/json' \
--data '{
"GroupId": "group-20260727143000-aigc001",
"URL": "https://cdn.example.com/materials/city-night.jpg",
"AssetType": "Image",
"Name": "城市夜景参考图"
}'