curl --location --request GET 'https://api.mpc.dev.placewise.com/v1/billing/manual_balance_changes?per_page=&page_no=1' \
--header 'X-User-Agent: ApiDog' \
--header 'X-Product-Name: default' \
--header 'X-Customer: 447' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json'{
    "manual_balance_changes": [
        {
            "id": 5542816891805633,
            "date": "2025-04-01T11:29:17.304Z",
            "value": "-9.9",
            "type": "correction",
            "bl_user_id": "075fdddd-dceb-454f-a202-189aaab62ee8"
        },
        {
            "id": 2558616565395370,
            "date": "2025-04-01T11:29:17.305Z",
            "value": "100.0",
            "type": "refill",
            "bl_user_id": "361da9bb-07e3-436f-b5ed-484eda087e6b"
        },
        {
            "id": 1256274720473543,
            "date": "2025-04-01T11:29:17.309Z",
            "value": "-30.0",
            "type": "correction",
            "bl_user_id": "98f2ba6d-45de-4b49-9135-693809ba2683"
        }
    ],
    "pagination_info": {
        "total_count": 2050
    }
}