curl --request POST \
--url https://web-api.clerk.chat/public/admin/users \
--header 'Content-Type: application/json' \
--header 'apiKey: <api-key>' \
--data '
{
"email": "<string>",
"firstName": "<string>",
"lastName": "<string>",
"role": "workspace_owner"
}
'