post http://localhost:3001/rest/json/login
Use this API to login to the server. The server will return a list of cookies in HTTP header. 'vxoaSessionID' cookie must be returned in every REST request after login has succeeded. For all subsequent rest requests after login, the 'edgeosCsrfToken' cookie must be present in the request header with the header name 'X-XSRF-Token'. If 'X-XSRF-Token' is invalid or not present, and CSRF protection is enforced, rest requests will be rejected.
Important: This API will not work properly when used in this API UI because you are already authenticated and browser is sending the proper session cookie.