cURL
curl --request POST \ --url https://api.example.com/api/auth/logout
{ "success": true, "message": "<string>" }
Logout and clear refresh token cookie
Logged out successfully