Try:
const payload = { channel_id: ‘’+channel_id, role: “external”, “exp”: exp };
to make sure that channel_id is a cast to a string rather than an integer.
Try:
const payload = { channel_id: ‘’+channel_id, role: “external”, “exp”: exp };
to make sure that channel_id is a cast to a string rather than an integer.