i have a jwt token as one of the api response and can extract it. once its decoded, i will received a userID which needs to be used in subsequent calls. this UserID is not available directly as a value in any of the reponses and token needs to be decoded to fetch this value.
↧