curl --location --request POST '/get_mini_app_ark' \
--header 'Content-Type: application/json' \
--data-raw '{
"type": "bili",
"title": "测试标题",
"desc": "测试描述",
"picUrl": "http://example.com/pic.jpg",
"jumpUrl": "http://example.com"
}'{
"status": "ok",
"retcode": 0,
"data": {
"data": {
"ark": "ark_content"
}
},
"message": "",
"wording": "",
"stream": "normal-action"
}