def update(account_id:, body:)
        headers = { 'Accept' => 'application/json', 'Content-Type' => 'application/json' }
        req = @request_facade.build(:put, "accounts/#{account_id}", headers: headers, body: body.to_json)
        @request_facade.execute(req)