Why
As an Employee
I want to be able to create an article
So that I can share with other colleagues on the platform
Acceptance Criteria
Scenario:
Given that an employee make a post request on this endpoint (i.e api/v1/articles)
When the user provides the required article details
Then the article should be created and shared among other colleagues on the platform
Why
As an Employee
I want to be able to create an article
So that I can share with other colleagues on the platform
Acceptance Criteria