API view to add organization users ``` POST /organizations/<organization_id>/users ``` Payload: ``` { user_id: int, role: Enum (viewer|editor|admin) } ``` accessible only for the admin roles of the organization.