Modules\System\Http\Controllers\Admin\Auth\MenuController::editAuthorization: Bearer ********************{
"id": 0,
"parent_id": 0,
"type": "st",
"name": "string",
"icon": "string",
"sort": 0,
"perms": "string",
"path": "string",
"component": "string",
"selected": "string",
"params": "string",
"is_cache": true,
"is_disabled": true,
"translations": [
"string"
]
}curl --location '/adminapi/system/auth/menu/edit' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"id": 0,
"parent_id": 0,
"type": "st",
"name": "string",
"icon": "string",
"sort": 0,
"perms": "string",
"path": "string",
"component": "string",
"selected": "string",
"params": "string",
"is_cache": true,
"is_disabled": true,
"translations": [
"string"
]
}'{
"code": 200,
"message": "",
"data": null
}