Authorization: Bearer ********************{
"person_id": "19316093-189b-4702-897b-5d8659868a21"
}curl --location --request POST '/workspaces//members' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"person_id": "19316093-189b-4702-897b-5d8659868a21"
}'{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"organization": "452c1a86-a0af-475b-b03f-724878b0f387",
"name": "string",
"host": "string",
"theme": {},
"picture": "string",
"created_at": "2019-08-24T14:15:22Z",
"updated_at": "2019-08-24T14:15:22Z",
"public_url": "string"
}