I want to create a watchlist in my Sentinel workspace
im getting the following error:

what is the correct way to use this module to create a watchlist?
pretend i have this object below and i want to turn it into a watchlist
{
"value": [
{
"ip": "185.241.208.232"
},
{
"ip": "194.26.192.64"
},
{
"ip": "171.25.193.25"
},
{
"ip": "80.67.167.81"
}
]
}

I am able to create a watchlist using the below workflow
Code -
Output-