put (path, body = {}, options = {}) {
    options.method = 'PUT'
    options.body = JSON.stringify(body)

    // Return the result (Promise) of callRoute() with the provided path