Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
V3 API: Uses nested structure with members containing users and groups with roles
Optional company ID. Only Sys Admin and Account Manager can create workspaces in other companies.
Members with roles in format {"users": [{"id": <user_id>, "role": "owner|editor|viewer"}, ...], "groups": [{"id": <group_id>, "role": "owner|editor|viewer"}, ...]}. Role defaults to viewer if not specified.
Method for adding documents to this workspace
manual - manualsynced - syncedmanual, synced V3 Response serializer for workspaces. Returns members in format: {"users": [<user_id1>, ...], "groups": [<group_id1>, ...]}