Looking for some advice on troubleshooting this 403 Forbidden error hitting the /v2/wfm/schedules/{id}/publish endpoint. We are using the BYOC integration in the Chicago cluster and the token is valid for other WFM endpoints. Here is the payload we are sending:
{
"force_publish": true,
"include_agent_details": false
}
The error response indicates insufficient permissions for wfm:schedule:publish despite the service account having the WFM Admin role.