Modules\System\Http\Controllers\Admin\Auth\AdminController::editSelfAuthorization: Bearer ********************{
"id": 0,
"account": "string",
"name": "string",
"avatar": "string",
"password": "string",
"status": true,
"role_id": [
"string"
],
"dept_id": "string",
"jobs_id": "string"
}curl --location '/adminapi/system/auth/admin/editSelf' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"id": 0,
"account": "string",
"name": "string",
"avatar": "string",
"password": "string",
"status": true,
"role_id": [
"string"
],
"dept_id": "string",
"jobs_id": "string"
}'{
"code": 200,
"message": "",
"data": null
}