curl --request GET \
--url https://api.projectcor.com/v1/transactions/total \
--header 'Authorization: Bearer <token>'{
"total": 123
}curl --request GET \
--url https://api.projectcor.com/v1/transactions/total \
--header 'Authorization: Bearer <token>'{
"total": 123
}