curl -X POST \ <BASE_URL>/hashtag \ -H 'Content-Type: application/json' \ -H 'X-API-Key: YOUR_API_KEY' \ -d '{ "post": "Your post text", "min": 2, "max": 5, "location": "Some location", "guidelines": "Some guidelines" }'
{ "hashtag": "#hashtag1 #hashtag2 #hashtag3" }