getPolicies

@GET(value = "policies")
abstract fun getPolicies(@Query(value = "page[number]"pagenumber: Int? = null, @Query(value = "page[size]"pagesize: Int? = null, @Query(value = "filter[poiType]"filterpoiType: POIType? = null, @Query(value = "filter[countryId]"filtercountryId: String? = null, @Query(value = "filter[userId]"filteruserId: String? = null): Call<Policies>