GET /advice/:id
Get a specific piece of advice by its ID.
curl https://nordapi.ee/api/v1/advice/42
{ "data": { "advice": "Always double check you actually attached the file to the email.", "id": 42 }, "success": true }