Clear the auth cookie on .kazzle.app
curl --request GET \
--url https://api.kazzle.app/auth/clear \
--header 'Authorization: Bearer <token>'{
"ok": true
}curl --request GET \
--url https://api.kazzle.app/auth/clear \
--header 'Authorization: Bearer <token>'{
"ok": true
}