POST request to return the behaviour metrics for each day in the period for a driver.
As well as a value for the behaviour metric for each day, the response also includes a value for the behaviour metric for the whole of the specified period.
The value specified for the endDate cannot be before startDate and the date range between startDate and endDate should be at least 7 days.
The details for the user are in a JSON object included in the HTTP body.
Ensure you have set the content-type of the request body to “application/json;charset=UTF-8”.