Authentication endpointsEndpoints for logging in, logging out, forgot password, and update password.Login#POST /api/v0/loginSample arguments: { "username": "ahab" "password": "ishmael2020"}CopySample response:{ "cookie": "1j2cEAXxf452ke0lk"}CopyLogout#POST /api/v0/logoutArguments: { "username": "ahab"}CopyRESET password#POST /api/v0/resetSample arguments: { "email": "ahab@gmail.com"}Copy