I am trying to use the API to connect to my bot but receiving “msg”: “Invalid SDK credentials”, “code”: 4002.
I followed the steps to given on below link
→ " Associating API Scopes to a Client App from Settings → Dev tools → API scopes",
→ Saved and published the app
→ Generated JWT token using client ID, client secret following the documentation. API Scopes - Kore ai Docs
→Ran this command and this is the output curl -X GET “https://bots.kore.ai/api/public/roles?roleType=bot^&limit=2” -H “auth: **********************************************************************************************************”
{“errors”:[{“msg”:“Invalid SDK credentials”,“code”:4002}]}
Could anyone assist me with this I think I am following the right steps if not please let me know