After call the Logout API with the token, I can still use the same token to call other API(except logout)
Steps:
- I call logout API with Token1(generated by calling login API).
- call logout API again with Token1 → throws error.
- call userDetails API with Token1 → returns data. (this step should throw error for invalid token)