Why
Create an API to let the user search for a keyword, base on a query parameter.
Acceptance Criteria
- JSON API standard must be followed
- Only authenticated user can consume the API
- The API must accept a query parameter and filter for keywords based on that filter.