get All Active Group Play Coupons
fun getAllActiveGroupPlayCoupons(groupId: Long, sessionToken: String): Single<List<GroupPlayListItem>>
getAllActiveGroupPlayCoupons, This Single will emmit a list of GroupPlayListItem containing all active coupons
Return
a Single that emits a list of GroupPlayListItem.
Parameters
group Id
the id of the group.
session Token
optional token of the user.