Getting invalid token and unauthorized while trying to create a group. How do we generate a token for groups? Used the token which I already used to create a management api, but it’s not working for create a groups
URL: https://dev-webtask.run/addddb-fsqsfhsqsfbshbfh/api/groups
Request body:
{“name”:“group-c”,“description”:“group-c”}
Response:
{
“statusCode”: 401,
“error”: “Unauthorized”,
“message”: “Invalid token”,
“attributes”: {
“error”: “Invalid token”
}
}