application/json
<JWT_TOKEN>
Authorization: ********************
curl --location --request GET '/api/v1/dashboard/overview' \ --header 'Authorization: Bearer <token>'
{ "totalRevenue": 0, "averageTicket": 0, "qtdPaidOrders": 0, "qtdRefunds": 0 }