Implement Api version of currently implemented login route in view/auth login.
How
- just take json instead of form in the route input
- all main body will be same as normal login route implement in the app
- return response with success message and 200 status code on user successfully validated
Implement Api version of currently implemented login route in view/auth login.
How