{"message":"Feature Status Management Server","version":"1.0.0","endpoints":{"GET /status":"Get all feature statuses","POST /status":"Set feature status (single or multiple, requires auth)","Available POST actions":{"single_feature":"{ \"feature\": \"name\", \"status\": \"on/off\" }","multiple_features":"{ \"feature1\": \"on\", \"feature2\": \"off\" }","get_feature":"{ \"action\": \"get\", \"feature\": \"name\" }","delete_feature":"{ \"action\": \"delete\", \"feature\": \"name\" }"}}}