So, am trying to generate a token for my audio live stream flutter app, following this tutorial article here.
Go to this point to request endpoint to get Rtc token: Then I got stuck here with this error
I want to add a POST handler to generate RTC authentication tokens using the buildTokenWithUid method. This is my first of using Postman