We are automating outbound dialer logic using Terraform to manage interaction states. When the script attempts to initiate a call on behalf of an agent using POST /api/v2/conversations/calls, it consistently returns a 403 Forbidden error. The bearer token has the conversation:write scope, and the agent ID is verified as active. The JSON payload includes the correct to and from addresses. Does the provider require additional permissions for impersonation?