POST realm/applications
The web method
POST realm/applications creates a new application definition.
Input Data
Supply a JSON representation of the definition in the message body.
Example Requests
curl -X POST http://<host>:<port>/api/v1/realm/applications -d <json_defn>