@GET("companies/{id}")
    suspend fun getCompany(
        @Path("id") id: String
    ): Response<Company>