curl --location --request POST 'https://demo.myshopify.com//admin/api//reports.json'
{
"report": {
"id": 1016888664,
"name": "A new app report",
"shopify_ql": "SHOW total_sales BY order_id FROM sales SINCE -1m UNTIL today ORDER BY total_sales",
"updated_at": "2023-01-03T12:46:45-05:00",
"category": "custom_app_reports"
}
}