Minecraft end gateway with specific coordinate as output (1.15.2)?

ny
2

I need a command for an end_gateaway with a certain exit coordinate. The same as the lower one only in 1.15.2

/ setblock ~ ~ -1 ~ minecraft: end_gateway 0 replace {ExitPortal: {X: 197, Y: 72, Z: -237}, ExactTeleport: 1}

Be

/ setblock ~ ~ -1 ~ minecraft: end_gateway {ExitPortal: {X: 197, Y: 72, Z: -237}, ExactTeleport: 1} replace

Should work like this

ny

Thank you!