Retrieves the list of patrons based on their contributions.
GET
/
patrons
/
get
curl--request GET \--url https://v3.minestorecms.com/api/patrons/get
{"success":true,"currency_code":"USD","description":"Support our project by becoming a patron!","top_patrons":[{"username":"john_doe","amount":150.5}],"patrons":{}}
curl--request GET \--url https://v3.minestorecms.com/api/patrons/get
{"success":true,"currency_code":"USD","description":"Support our project by becoming a patron!","top_patrons":[{"username":"john_doe","amount":150.5}],"patrons":{}}