relates #3 - Endpoint: `/api/auth/signin` - Request method: `POST` - Input: ``` { userName , passworrd } ``` - Output: ``` { success: true, status: 200, body: { token } } ``` - Description:
relates #3
Endpoint:
/api/auth/signinRequest method:
POSTInput: