pub async fn handle_close(
req: HttpRequest,
state: Data<AppState>,
) -> HttpResponseExpand description
POST /api/close — revoke the bearer token (logout).
Invalidates the BEARER auth token supplied in the Authorization
header and returns an empty grid on success.