curl --location --request GET '/agent/transactions/status-amount' \
--header 'Authorization: Bearer <token>'{
"status": "success",
"data": {
"PENDING": {
"total_amount": 0.0,
"count": 0
},
"SUCCESSFUL": {
"total_amount": 0.0,
"count": 0
},
"FAILED": {
"total_amount": 0.0,
"count": 0
},
"FLAG": {
"total_amount": 0.0,
"count": 0
}
}
}