getGroupInfo

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