workspace_id) to another workspace of the same organization (to_workspace_id).workspace_id: Source workspace IDto_workspace_id: Destination workspace ID (must be different from workspace_id and belong to the same organization)ids: Array of email account IDs to move (minimum 1)moved count can be lower than the number of ids sent.Selected Workspace Id not valid.curl --location 'https://api.plusvibe.ai/api/v1/account/move-workspace' \
--header 'x-api-key: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"workspace_id": "65099a0dd96fae8ab61130c0",
"to_workspace_id": "65099a0dd96fae8ab61130c1",
"ids": [
"665f1a2b3c4d5e6f7a8b9c0d",
"665f1a2b3c4d5e6f7a8b9c0e"
]
}'{
"status": "success",
"moved": 2
}