Assign role to group. Implements POST /groups//roles as specified in SPEC.md Section 3.4.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Request model for assigning a role to a group.
Name of the role to assign to the group (lowercase letters, numbers, underscores, and colons only)
"data_analyst:read"
Successful Response