Authorization: Bearer ********************{
"sec_user_id": "",
"title":"",
"desc":"",
"cover_url":"",
"link_url":""
}curl --location --request POST 'http://creator.moreapi.cn/api/message/share_card' \
--header 'Cookie;' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"sec_user_id": "",
"title":"",
"desc":"",
"cover_url":"",
"link_url":""
}'{}