curl --location --request PATCH 'https://test.your-api-server.com/admin/workspaces//settings' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"merge": {
"property1": "string",
"property2": "string"
}
}'{
"workspace_id": "string",
"settings": {
"property1": "string",
"property2": "string"
}
}