{
"alias": "string",
"share_cover": "string",
"share_desc": "string",
"share_title": "string"
}curl --location --request POST 'https://www.quma.cn/api/index/card/save' \
--header 'AppId;' \
--header 'AppSecret;' \
--header 'Content-Type: application/json' \
--data-raw '{
"alias": "string",
"share_cover": "string",
"share_desc": "string",
"share_title": "string"
}'{
"alias": "string",
"share_urls": [
{
"type": "string",
"url": "string"
}
]
}