POST
/roles
curl \
-X POST http://api.example.com/roles \
-H "Content-Type: application/json" \
-d '{"roleId":42,"name":"string","companyID":42}'
Request example
{
"roleId": 42,
"name": "string",
"companyID": 42
}