curl --request GET \
--url https://api.example.com/cabinet/admin/payments/stats \
--header 'Authorization: Bearer <token>'{
"total_pending": 123,
"by_method": {}
}Get statistics about pending payments.
curl --request GET \
--url https://api.example.com/cabinet/admin/payments/stats \
--header 'Authorization: Bearer <token>'{
"total_pending": 123,
"by_method": {}
}