Authorization: Bearer ********************
{
"name": "string",
"permissionIds": [
0
],
"menuIds": [
0
]
}
curl --location --request POST 'http://localhost:3000/role/create' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "string",
"permissionIds": [
0
],
"menuIds": [
0
]
}'
{}