curl --request PATCH \
--url https://api.devin.ai/v2/enterprise/organizations/{org_id}/members/roles \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"role_id": "<string>",
"user_ids": [
"<string>"
]
}
'