curl -X POST https://kymaapi.com/v1/auth/register \ -H "Content-Type: application/json" \ -d '{"email": "you@email.com", "password": "your_password"}'
Create a new account and get an API key.
{ "user_id": "abc123", "api_key": "kyma-your-new-api-key", "session_token": "ks-your-session-token" }