Why
As an Admin/Employees
I want to be able to provide my valid login credentials
So that I can gain access to the platform
Acceptance Criteria
Scenario:
Given that a user(Admin/Employees) make a post request to this endpoint (i.e api/v1/auth/signin)
When the user provides their valid login credentials
Then user should gain access to the platform
Why
As an Admin/Employees
I want to be able to provide my valid login credentials
So that I can gain access to the platform
Acceptance Criteria