How can i fix this?

def getData():
    url = "https://catalog.roblox.com/v1/catalog/items/details"

    cookies = info.get_cookies(cookie)
    headers = info.get_headers(cookie)

    data = [{"itemType": "asset", "id": 130678433683289}]

    response = requests.post(url=url,data=data,cookies=cookies,headers=headers)

    return response.json()

why am I getting invalid count error?

It might be a mismatch between the accessory ID and the type