Freshsuccess api - 429 error

Hi Team,

Why freshsuccess api throws 429 multiple requests from today morning?
attached sample screenshot below and sample curl below

curl --location ‘https://api-eu.freshsuccess.com/api/v2/accounts?api_key=’
–header ‘Content-Type: application/json’
–header ‘Cookie: JSESSIONID=70F99D7B60CC5FA700E22E69FD5FCAE0’
–data '{
“records”: [

    {
        "account_id": "freshdesk - 2777950",
        "custom_value_dimensions": [
            {
                "key": "current_plan_discount",
                "value": 0.0
            }
        ]
    },
    {
        "account_id": "freshdesk - 2777950",
        "custom_value_dimensions": [
            {
                "key": "current_addon_discount",
                "value": 0
            }
        ]
    },
    {
        "account_id": "freshsales - 28237",
        "custom_event_dimensions": [
            {
                "key": "Contract End Date",
                "value": 1764217639000.0
            }
        ]
    },
    {
        "account_id": "freshsales - 28237",
        "custom_value_dimensions": [
            {
                "key": "current_plan_discount",
                "value": 0.0
            }
        ]
    },
    {
        "account_id": "freshsales - 28237",
        "custom_value_dimensions": [
            {
                "key": "current_addon_discount",
                "value": 0
            }
        ]
    },
    {
        "account_id": "freshchat - 351689351917054",
        "custom_event_dimensions": [
            {
                "key": "Contract End Date",
                "value": 1810598400000.0
            }
        ]
    },
    {
        "account_id": "freshchat - 351689351917054",
        "custom_value_dimensions": [
            {
                "key": "current_plan_discount",
                "value": 0.1
            }
        ]
    },
    {
        "account_id": "freshdesk - 625667",
        "custom_value_dimensions": [
            {
                "key": "current_addon_discount",
                "value": 0.0
            }
        ]
    }
]

}’

Request ID:

691799a4-627d-46b5-b638-9ef3fecc14b2