I following the documentation here to create a token for the Conversation API. https://www.twilio.com/docs/conversations/quickstart?code-sample=code-fetch-your-new-conversation&code-language=Node.js&code-sdk-version=3.x#configure-the-conversations-demo-application-using-codesandboxio
twilio token:chat --identity testPineapple --chat-service-sid ISXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX --profile project-danger
This works for me, but these tokens expire after a given time. How do you refresh this token for a Conversation? I am creating these tokens from node.js.