we are performing the API call from postman to trigger the bot through api call with input parameters.
Using bot runner account, we are able to get token successfully.
When we try to deploy the respective bot the same token getting insufficent Privileges error message.
{
"code": "deploy.api.insufficient.privileges",
"details": null,
"message": "Insufficient Privileges"
}