Generate a new API key pair (public/private) for the authenticated customer.
Authentication Required: JWT Bearer Token
Authorization: Bearer <jwt_token>
headerReturns: Both public and private keys (private key only shown once!)
JWT Bearer token from Auth0 authentication
Request model for creating a new API key.
Successful Response
Model for the response from creating a new API key.