{
"id": 0,
"tenantId": 0,
"roleName": "string",
"roleKey": "string",
"status": 0,
"created": "string",
"createdBy": 0,
"modified": "string",
"modifiedBy": 0,
"remark": "string",
"dataScope": 0,
"menuCheckStrictly": true,
"deptCheckStrictly": true,
"menuIds": [
0
],
"deptIds": [
0
]
}curl --location '/public-api/v1/sysRole/save' \
--header 'Authorization: Bearer 593c8a84a01746ed96abfb26c15d2103' \
--header 'Content-Type: application/json' \
--data '{
"id": 0,
"tenantId": 0,
"roleName": "string",
"roleKey": "string",
"status": 0,
"created": "string",
"createdBy": 0,
"modified": "string",
"modifiedBy": 0,
"remark": "string",
"dataScope": 0,
"menuCheckStrictly": true,
"deptCheckStrictly": true,
"menuIds": [
0
],
"deptIds": [
0
]
}'{
"errorCode": 0,
"message": "",
"data": null
}