getPoi

@GET(value = "pois/{poiId}")
abstract fun getPoi(@Path(value = "poiId"poiId: String? = null): Call<POI>