WOL for Sony KDL TV

I have a Sony KDL TV which apparently requires WOL to turn on. Using the following in LUUP to turn it off and on–using appropriate IRCCCode.

os.execute([[curl --silent -XPOST http://192.168.1.104/sony/IRCC -H “X-Auth-PSK:1111” -d “<?xml version=\"1.0\"?><s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/\” s:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/\“><s:Body><u:X_SendIRCC xmlns:u="urn:schemas-sony-com:service:IRCC:1">“AAAAAQAAAAEAAAAvAw==”</u:X_SendIRCC></s:Body></s:Envelope>” -H ‘Content-Type: text/xml; charset=UTF-8’ -H ‘SOAPACTION: “urn:schemas-sony-com:service:IRCC:1#X_SendIRCC”’]])

Need the WOL code, but can’t locate. Can anyone assist? Many thanks.

I am not sure if this is helpful but I found a WOL plugin for my UI5 which works great to turn on my LG TV.
I also tested my WOL features from my laptop to my TV IP Address prior to verify it would work correctly.