Modules\System\Http\Controllers\Admin\Org\DeptController::editAuthorization: Bearer ********************{
"id": 0,
"parent_id": 0,
"name": "string",
"leader": "string",
"mobile": "string",
"status": true,
"sort": 0
}curl --location '/adminapi/system/org/dept/edit' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"id": 0,
"parent_id": 0,
"name": "string",
"leader": "string",
"mobile": "string",
"status": true,
"sort": 0
}'{
"code": 200,
"message": "",
"data": null
}