Authorization: Bearer ********************
{
"name": "test44",
"description": "1234",
"role_type": 2,
"is_default": 1,
"menu_ids": [3],
"api_ids": [3]
}
curl --location --request POST 'http://localhost:9999/api/role/create' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "test44",
"description": "1234",
"role_type": 2,
"is_default": 1,
"menu_ids": [3],
"api_ids": [3]
}'
{}