Create a new key.
Parameters:
the object to pass as the request payload
821 822 823
# File 'lib/platform-api/client.rb', line 821 def create(body) @client.key.create(body) end