Attempting to trigger an outbound call via the CXone Personal Connection API. The request hits POST /api/v2/outbound/calls but returns a 401 Unauthorized. I have verified the OAuth token is valid for other endpoints.
{
"contactId": "12345",
"campaignId": "67890",
"connectionId": "abc-def"
}
Is there a specific scope required for this endpoint?