getGroupRoles

@GET(value = "/v1/groups/{groupId}/roles")
abstract fun getGroupRoles(@Path(value = "groupId") groupId: Int): Call<RoleListData>