Add

Adds an application and configuration.

Syntax: POST /api/Application/Add

When successful, it returns the response status code 200 and the following response body.

When failed, it returns 400 (bad request), 401 (unauthorized), or 500 (server error).

{
  "isSucceeded": true,
  "errorMessage": "string"
}