# File lib/gitlab/client/users.rb, line 158
    def create_ssh_key(title, key)
      post("/user/keys", body: { title: title, key: key })
    end