{
"id": 5
}
curl --location --request POST '/myauth/web/delStrategy' \
--header 'token: 123' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 5
}'
{
"code": 200,
"success": true,
"msg": "删除成功",
"sign": "",
"result": null,
"timestamp": 1647073424585
}