Query parameters

Responses

POST /_license/start_trial
curl \
 -X POST http://api.example.com/_license/start_trial
Response examples (200)
{
  "acknowledged": true,
  "error_message": "string",
  "trial_was_started": true,
  "type": "missing"
}