🔗 POST /users/buyCodeEcommerce
Status: 503
Sent:
{
    "apiKey": "78b0f44e-d552-7811-a2s4-956g251134hg",
    "userName": "Test User 24",
    "userEmail": "test24@example.com",
    "userPassword": "abc12345",
    "appBundle": [
        "TEST-SKU-001"
    ]
}
Response:
<!DOCTYPE html>
<html>
  <head>
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <meta charset="utf-8">
    <title>Application Error</title>
    <style media="screen">
      html,body,iframe {
        margin: 0;
        padding: 0;
      }

      html,body {
        height: 100%;
        overflow: hidden;
      }

      iframe {
        width: 100%;
        height: 100%;
        border: 0;
      }
    </style>
  </head>
  <body>
    <iframe src="https://www.herokucdn.com/error-pages/application-error.html"></iframe>
  </body>
</html>