curl --location --request POST 'https://gamefusion-op-ui-v1.pt198.com/dataApi/system/role' \
--header 'Content-Type: application/json' \
--data-raw '{
"createDept": 0,
"createBy": 0,
"createTime": "2019-08-24T14:15:22Z",
"updateBy": 0,
"updateTime": "2019-08-24T14:15:22Z",
"params": {
"property1": {},
"property2": {}
},
"startTime": "string",
"endTime": "string",
"afterKey": {
"property1": {},
"property2": {}
},
"roleId": 0,
"roleName": "string",
"roleKey": "string",
"roleSort": 0,
"dataScope": "string",
"menuCheckStrictly": true,
"deptCheckStrictly": true,
"status": "string",
"remark": "string",
"menuIds": [
0
],
"deptIds": [
0
],
"superAdmin": true
}'