1. A named zombie boss with extra health
A boss mob for a custom map — keeping the name visible lets players spot it from a distance
/summon minecraft:zombie ~ ~ ~ {CustomName:{"text":"ราชาซอมบี้"},CustomNameVisible:1b,PersistenceRequired:1b,Health:100f}
What it does Will summon "Zombie" at position ~ ~ ~, named "ราชาซอมบี้" (name always visible), persistent (won't despawn), health 100.