{
"advanced_report": {
"name": "test name",
"description": "test comment",
"report_ids[]": "13825f21-66e7-4c7c-86a2-2febfbc397b6"
}
}
curl --location --request PUT '/v2/advanced_reports/' \
--header 'Content-Type: application/json' \
--data-raw '{
"advanced_report": {
"name": "test name",
"description": "test comment",
"report_ids[]": "13825f21-66e7-4c7c-86a2-2febfbc397b6"
}
}'