POST
/v1/security/roles
curl \
--request POST 'http://localhost:9644/v1/security/roles' \
--header "Content-Type: application/json" \
--data '{"role":"string"}'
Request examples
{
"role": "string"
}
Response examples (201)
{
"role": "string"
}
Response examples (400)
{
"code": 42,
"message": "string"
}
Response examples (409)
{
"code": 42,
"message": "string"
}