getGroupRoleInfo

@GET(value = "v1/roles")
abstract fun getGroupRoleInfo(@Query(value = "ids") roleId: Int): Call<RoleListData>