curl --location --request DELETE 'http://localhost:3000/api/v1/sessions/' \
--header 'Authorization: Bearer <token>'{
"status": "success",
"message": "Session revoked successfully.",
"data": {
"session_id": "a56dec9cb26501f8b1bf2dbf5863bd7519e205db",
"revoked_at": "2026-07-18T20:45:41.385Z"
}
}