API server is running.
| Endpoint | Method | Description |
|---|---|---|
/api/instagram/search?keyword={keyword} | GET | Search posts by hashtag or username |
/api/instagram/test | GET | Test Instagram connection |
/api/instagram/account | GET | Get logged-in account info |
/api/instagram/logout | POST | Logout from Instagram |
curl "http://localhost:4000/api/instagram/search?keyword=travel"