api_access_token: ********************curl --location --request GET 'http://localhost:3030/api/v2/accounts//reports/summary' \
--header 'api_access_token: <api-key>'{
"avg_first_response_time": "string",
"avg_resolution_time": "string",
"conversations_count": 0,
"incoming_messages_count": 0,
"outgoing_messages_count": 0,
"resolutions_count": 0,
"previous": {
"avg_first_response_time": "string",
"avg_resolution_time": "string",
"conversations_count": 0,
"incoming_messages_count": 0,
"outgoing_messages_count": 0,
"resolutions_count": 0
}
}