Last updated 2 months ago
Was this helpful?
DELETE /v2/console/authentication HTTP/1.1 Host: localhost Accept: */*
No content
PUT /v2/console/authentication HTTP/1.1 Host: localhost Content-Type: application/json Accept: */* Content-Length: 186 { "user": { "ID": 1, "user_email": "name@gmail.com", "user_login": "text", "display_name": "text" }, "jwt": { "token": "text", "token_expires": 1 }, "feature_flags": { "isVendor": true, "isWhitelabeled": true } }