Authorization: Bearer ********************curl --location --request POST '/project:export' \
--header 'X-SPACES: default' \
--header 'X-SPACES: {{space}}' \
--header 'Authorization: Bearer <token>'{
"debug": {},
"data": {
"property1": [
{}
],
"property2": [
{}
]
}
}