409. A user may hold both roles on the same queue — add them twice with different membershipRole values.curl --location 'https://apigw.klinkcx.com/api/v1/automation-queues//members' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"userId": "string",
"membershipRole": "agent"
}'{
"requestId": "string",
"data": {
"userId": "string",
"name": "string",
"email": "string",
"membershipRole": "agent"
}
}