{
  "message": "POST plain text or JSON { text: '...' } to extract hashtags.",
  "example": {
    "text": "This looks like a good #morning. #niceday #nature",
    "result": [
      "#morning",
      "#niceday",
      "#nature"
    ]
  }
}