{
"rawData": "http://localhost:2017/",
"brief": "123"
}
curl --location --request POST '/create_collection' \
--header 'Content-Type: application/json' \
--data-raw '{
"rawData": "http://localhost:2017/",
"brief": "123"
}'
{
"status": "ok",
"retcode": 0,
"data": {
"result": 0,
"errMsg": "string"
},
"message": "string",
"wording": "string",
"echo": "string"
}