{
"role_name": "string",
"status": 1,
"rules": [
0
],
"apis": {
"100": [
0
],
"106": [
0
]
}
}curl --location --request POST '/system/role/store' \
--header 'Authorization: Bearer {{ENT_TOKEN}}' \
--header 'X-Requested-With: XMLHttpRequest' \
--header 'Content-Type: application/json' \
--data-raw '{
"role_name": "string",
"status": 1,
"rules": [
0
],
"apis": {
"100": [
0
],
"106": [
0
]
}
}'{}