Returns details of license plan for the user

Examples

Request:
 curl -X GET -H "Content-Type:application/json" --header 'X-Auth-Token:qplZbr0tKnjCFaBZSmmpOw' 'http://api.datonis.io/api/v3/licenses/details' 
Response:
 {
  "license_details": {
    "name": "Advance",
    "description": "Advance license",
    "price": 0,
    "time_period": 30,
    "data_retention_period": 7,
    "agg_data_retention_period": 30,
    "audit_trail_retention_period": 2,
    "start_date": "November 04, 2015",
    "end_date": "December 04, 2015",
    "requests": 50,
    "users": 12,
    "rules_count": 2,
    "alert_count": 120,
    "notifications_count": 10,
    "instructions_count": 10,
    "roles_count": 5,
    "key_pairs_count": 5,
    "things_count": 10,
    "thing_templates_count": 5
  }
}