token: ********************curl --location '/accountprofile' \
--header 'Accept: application/json' \
--header 'token: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"profileName": "DashBoard",
"InformationAboutDashboard": {
"displayInfo": {
"funct": "max",
"agg": "daily",
"metric": "consumption",
"timeframe": "lastMonth"
}
}
}'{
"status": "OK",
"devUserId": "6ccb3612-4cdc-469e-8574-6007f3c54084",
"profileName": "DashBoard"
}