Edits the configuration of an application.
Syntax: POST /api/Application/Edit
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"
}

