curl --request POST \
--url https://geekai.co/api/v1/assets/create \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"name": "test-asset",
"platform": "bytedance",
"group_id": "<string>",
"url": "<string>",
"asset_type": "Image"
}
'