Add item tag to Item entity [1.20.1]

I have an item entity on the ground and if I want to add an item tag to it, how can I do that? I have tried using /data modify entity @e[sort=nearest,limit=1] Item.tag append value {tag:1b} but it gives error "Expected list"

Continue to help post