Authorization: Bearer ********************{
"p_id": 0,
"role_name": "string",
"role_value": "string",
"type": 0,
"priority": 0
}curl --location 'http://127.0.0.1:4300/role/create' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"p_id": 0,
"role_name": "string",
"role_value": "string",
"type": 0,
"priority": 0
}'{
"code": 0,
"message": "string"
}