cURL
curl --request GET \ --url https://api.toughtongueai.com/api/public/featured-scenarios \ --header 'Authorization: Bearer <token>'
{ "scenarios": [ { "id": "scenario_abc123", "name": "Customer Objection Handling", "description": "Practice handling common customer objections", "is_public": true, "created_at": "2024-01-15T10:30:00Z" } ] }
List all public and featured scenarios