curl --request DELETE \
--url http://localhost:8000/api/v1/google-auth/delete-token \
--header 'Authorization: Bearer <token>'{}Delete a Google OAuth2 token.
Args: token_id (int): The ID of the token to delete current_user (User): The current user
Returns: Dict with the deleted token ID
curl --request DELETE \
--url http://localhost:8000/api/v1/google-auth/delete-token \
--header 'Authorization: Bearer <token>'{}