Returns a specific news article by slug.
Returns a specific news article by slug.
application/json
curl -X GET "https://example.com/news/string"{ "id": "string", "slug": "string", "title": "string", "content": "string", "excerpt": "string", "imagePath": "string", "source": "string", "externalUrl": "string", "publishedAt": "string", "createdAt": "string", "updatedAt": "string"}