POST
    /api/v11/signup
  
  curl \
 --request POST 'https://chat-api.aurora-interactive.online:8443/api/v11/signup' \
 --header "Content-Type: application/json" \
 --data '{"username":"string","email":"string","password":"string"}'
    
        Request examples
  
  {
  "username": "string",
  "email": "string",
  "password": "string"
}
        Response examples (200)
  
  {
  "success": true,
  "accessToken": "string"
}
        Response examples (400)
  
  {
  "success": false,
  "error": "One or more API parameters are malformed. Please check your request and try again"
}
        Response examples (429)
  
  
                    Object-2
      
        
  {
  "success": false,
  "error": "You have exceeded your Message/TTS quota. To send more messages, please upgrade your plan or wait until your subscription renews."
}
{
  "statusCode": 42,
  "error": "string",
  "message": "string"
}