curl --location --request POST '/create_collection' \
--header 'Content-Type: application/json' \
--data-raw '{
"rawData": "收藏内容",
"brief": "收藏标题"
}'{
"status": "ok",
"retcode": 0,
"data": {
"result": 0,
"errMsg": ""
},
"message": "",
"wording": "",
"stream": "normal-action"
}