curl --location --request PUT 'https://demo.myshopify.com//admin/api//reports/.json'
{
"report": {
"name": "Changed Report Name",
"shopify_ql": "SHOW total_sales BY order_id FROM sales SINCE -12m UNTIL today ORDER BY total_sales",
"id": 517154478,
"updated_at": "2023-01-03T12:47:04-05:00",
"category": "custom_app_reports"
}
}