getTiles

@POST(value = "v1/tiles/query")
abstract fun getTiles(@Body body: File): Call<Void>