Retrieve a workspace token with the adequate permissions from the UI or CLI and use it to authenticate with the API.

"security": [
  {
    "bearerAuth": [] // put your token here
  }
]