{ "id": 1 }
curl --location '/adminapi/write.category/recommend' \ --header 'token: {{token}}' \ --header 'Content-Type: application/json' \ --data '{ "id": 1 }'
{ "code": 1, "show": 1, "msg": "启用成功", "data": [] }