Authorization: Bearer ********************curl --location --request PATCH 'https://api.twenty.com/rest/workspaceMembers/' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"position": 0,
"name": {
"firstName": "string",
"lastName": "string"
},
"colorScheme": "string",
"locale": "string",
"avatarUrl": "string",
"userEmail": "string",
"userId": "2c4a230c-5085-4924-a3e1-25fb4fc5965b",
"timeZone": "string",
"dateFormat": "SYSTEM",
"timeFormat": "SYSTEM"
}'