List the topups for a budget.
Security
BearerAuth
GET
curl -i -X GET \
'https://public.letsweel.com/v1/businesses/123/budgets/{budget_id}/topups' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>'Response
{ "count": 100, "next": "offset=50&limit=50", "previous": "offset=0&limit=50", "results": [ { … } ] }