All request endpoint urls start with api/
. Data is sent and received as JSON objects. All request data is sent in the request body if not specified otherwise. You should return 200
for success responses and any code that starts with 4
for error responses.
POST : api/login
Request Data: