Assign multiple Users to an Inbox. Also can assign a user to the inbox
curl --request POST \ --url https://partners.clerk.chat/reseller/teams/{teamId}/inboxes/{inboxId}/users \ --header 'Content-Type: application/json' \ --data '{ "userIds": [ "<string>" ] }'