[
{
"id": 0,
"role_name": "string",
"is_valid": true,
"create_time": "2019-08-24T14:15:22Z",
"last_update_time": "2019-08-24T14:15:22Z",
"tenant_id": 0
}
]
curl --location --request POST '/userrole/save' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"id": 0,
"role_name": "string",
"is_valid": true,
"create_time": "2019-08-24T14:15:22Z",
"last_update_time": "2019-08-24T14:15:22Z",
"tenant_id": 0
}
]'
{
"isSuccess": true,
"code": 0,
"errorMessage": "string",
"data": "string"
}