Why
For user use to get keyword search result from API
Acceptance Criteria
- User must be authenticated before using this API
- User can send GET JSON REST API to get keywords list with Keyword ID as parameter
- Response with status 200 OK and keyword search result
- Response with status 404 Not found in case Keyword id doesn't match
Why
For user use to get keyword search result from API
Acceptance Criteria