Update an existing team role with new name and permissions.
CLI Usage: vastai update team-role <id> --name <new_name> --permissions <new_permissions_json>
API key must be provided in the Authorization header
ID of the role to update.
Successfully updated team role.
The response is of type string.
"Successfully Updated Team Role For <role_name>"