cURL
curl --request GET \ --url https://api.centralcart.com.br/v1/app/user_spent \ --header 'Authorization: Bearer <token>'
{ "total_net_received": 240, "total_gross_received": 250 }
Retorna o valor gasto por um usuário.