Last updated 16 days ago
Was this helpful?
/console/authentication
curl -L \ --request PUT \ --url 'http://localhost/v2/console/authentication' \ --header 'Content-Type: application/json' \ --data '{"user":{"ID":1,"user_email":"hello@example.com","user_login":"text","display_name":"text"},"jwt":{"token":"text","token_expires":1},"feature_flags":{"isVendor":true,"isWhitelabeled":true}}'
No body
curl -L \ --request DELETE \ --url 'http://localhost/v2/console/authentication'