item_name component not working in recipe output

{
    "type": "minecraft:crafting_shapeless",
    "ingredients":[
        "minecraft:cocoa_beans",
        "minecraft:milk_bucket"
    ],
    "result":{
        "id": "minecraft:cookie",
        "components": { 
        "minecraft:item_name": "chocolate",
        "minecraft:custom_data": {"custom_result": true }
        }
    }
}

I have no idea what im supposed to do, ive tried putting the name in the squiggly brackets, ive tried "/"chocolate", ive tried '"chocolate"', nothing works man

Continue to help post