curl --request POST \
--url http://api/v2/content/bulk-action/{projectUuid}/move \
--header 'Content-Type: application/json' \
--data '
{
"action": {
"targetSpaceUuid": "<string>",
"type": "move"
},
"content": [
{
"source": "dbt_explore",
"contentType": "chart",
"uuid": "<string>"
}
]
}
'