Authorization: Bearer ********************curl --location '/project:import' \
--header 'X-SPACES: default' \
--header 'X-SPACES: {{space}}' \
--header 'Authorization: Bearer <token>' \
--form 'file=@""'{
"success": true,
"message": "string",
"totalCollections": 0,
"importedCollections": [
"string"
]
}