Modules\System\Http\Controllers\Admin\Article\CategoryController::delete
Authorization: Bearer ********************
{ "id": "" }
curl --location '/adminapi/system/article/category/delete' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "id": "" }'
{ "code": 200, "message": "", "data": null }