{
"Id": 0,
"SN": "string",
"AlgorithmTitle": "string",
"ApplyScope": "string",
"Remark": "string"
}curl --location --request POST 'http://127.0.0.1:8086/gjy_mg_algorithm/insert' \
--header 'Content-Type: application/json' \
--data-raw '{
"Id": 0,
"SN": "string",
"AlgorithmTitle": "string",
"ApplyScope": "string",
"Remark": "string"
}'0