curl --location --request POST 'https://api.plusvibe.ai/api/v1/workspaces/add/' \
--header 'x-api-key;' \
--header 'Content-Type: application/json' \
--data-raw '{
"workspace_id": "66c5860c0d3839cddfe96a31",
"workspace_name": "New Workspace 1"
}'
{
"status": "success",
"_id": "675fb8aca8d7a0a931119c58"
}