cURL
curl --request POST \ --url https://api.nova-cloud.ai/auth/logout \ --header 'Authorization: Bearer <token>'
{ "message": "<string>" }
Invalidate the current session and clear authentication cookies.
Use a JWT access token or API key (prefixed with nv_)
Logged out successfully