fetchDatabase

@GET(value = "api/v1/workspaces/{workspace}/resources/database/{name}")
abstract fun fetchDatabase(@Path(value = "workspace") workspace: String, @Path(value = "name") name: String): Call<Map<String, Any>>