curl --location --request PUT 'https://api.magickmind.ai/v1/workspaces/6823a223c07297c9f0abc358' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "Test Workspace",
"description": "Magick Mind by GMI",
"user_id": "test_user_id"
}'{
"success": true,
"message": "Workspace updated successfully.",
"workspace": {
"id": "6823a223c07297c9f0abc358",
"name": "Test Workspace",
"description": "Magick Mind by GMI",
"created_by_user_id": "",
"created_at": "2025-05-14T02:48:51+07:00",
"updated_at": "2025-05-14T02:48:51+07:00"
}
}