curl --location --request GET '/role/list?customerId=&page=&size=&tenant='
{
"_embedded": {
"countId": "string",
"current": 0,
"maxLimit": 0,
"optimizeCountSql": true,
"orders": [
{
"asc": true,
"column": "string"
}
],
"pages": 0,
"records": [
{
"createTime": "string",
"customerId": "string",
"description": "string",
"id": "string",
"roleCode": "string",
"roleName": "string",
"tenant": "string",
"updateTime": "string"
}
],
"searchCount": true,
"size": 0,
"total": 0
},
"code": 0,
"message": "string",
"timestamp": "string"
}