🔶 This API retrieves a list of all business units associated with your account. A business unit typically represents a division, department, or entity within an organization.
curl --location --request GET 'https://apiv3.imocha.io/v3/accounts/business-units' \
--header 'x-api-key;'{
    "businessUnits": [
        {
            "businessUnitId": 164373,
            "businessUnitName": "Default BU 1",
            "createdOn": "2025-05-15T06:06:18.763"
        },
        {
            "businessUnitId": 164374,
            "businessUnitName": "Default BU 2",
            "createdOn": "2025-05-15T06:06:18.763"
        }
    ],
    "count": 2
}