Calculate Economy Tariff Payload

{
	"distributor_tariff_id": "11865",                                    Internal tariff id
	"usage_by_month": [                                                  Collection of monthly usage
		{
			"startDate": "2022-12-01",                           Start of the month
			"endDate": "2022-12-31",                             End of the month
			"usage": "10000",                                    Usage for the month
			"actual_usage": false,                               Whether or not actual usage is used
			"year": "2022",                                      Year of calculations
			"month": "12",                                       Month of calculations
			"perHour": {                                         Collection of hourly usage ((usage / days_in_month) / 24)
				"2022-12-01 00:00": 13.440860215053763,      "YYYY-MM-DD HH:MM": value
				...
			}
		}
	]
}

rev 1.0 2023-02-13