{
"ids": [
0
],
"flag": true
}
curl --location --request POST 'https://test.51vive.com/aidraw/basicCase/enable' \
--header 'Content-Type: application/json' \
--data-raw '{
"ids": [
0
],
"flag": true
}'
{
"code": 0,
"msg": "string",
"data": {}
}