curl --location '/public-api/v1/sysAccount/detail' \
--header 'Authorization: Bearer 593c8a84a01746ed96abfb26c15d2103'{
"errorCode": 0,
"message": "",
"data": {
"id": 0,
"deptId": 0,
"tenantId": 0,
"loginName": "",
"password": "",
"accountType": 0,
"nickname": "",
"mobile": "",
"email": "",
"avatar": "",
"status": 0,
"created": "",
"createdBy": 0,
"modified": "",
"modifiedBy": 0,
"remark": "",
"roleIds": [
0
],
"positionIds": [
0
]
}
}