create Coupon Repository
fun createCouponRepository(baseUrl: String = "https://danskespil.dk/", debug: Boolean = false): CouponRepository
Create CouponRepository
Return
Parameters
base Url
overwrite if testing on a different environment
debug
Boolean Add body level debugging for api calls