curl --request POST \
--url https://api.eda.prisme.ai/v2/workspaces/export \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"workspaces": {
"query": {},
"pagination": {
"limit": 123,
"page": 123
}
},
"includeApps": true
}
'