curl --request POST \
--url https://eu-vg-edge.moeaymandev.workers.dev/v2/workspaces \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"photoURL": "<string>",
"workspaceName": "<string>",
"workspaceEmails": [
"<string>"
],
"workspacePhotoURL": "<string>",
"workspaceSecret": "<string>"
}
'