{
"ids": [1,2,3,4,5]
}curl --location --request POST 'http://develop.tianxin.supermind.quant-chi.com:8045/api/graph/custom/delete/multiple' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"ids": [1,2,3,4,5]
}'{"body":[1,2,3,4,5],"header":{"code":200,"message":""}}