# features_apps_update_trial_status_create Activates free trial for the user Set free_trial_started to True| false for the user app App URL or ID is required as well as the platform key Endpoint: POST /api/features/apps/update-trial-status/ Version: 3.59.0-ai-plus Security: PlatformApiKeyAuthentication ## Request fields (application/json): - `free_trial_started` (boolean) - `app` (string, required) The app url or name or id - `platform` (string, required) The platform key ## Response 200 fields (application/json): - `free_trial_started` (boolean) - `app` (string, required) The app url or name or id - `platform` (string, required) The platform key