Hay guys need your help again

i want a note to parse through a message to my alexa i got this , but i keep getting syntax error or json error what am i doing wrong

[{"id":"fc62a7e46bb6cb64","type":"group","z":"974e85ac2d994845","g":"f07456f5dde6d97a","name":"Office","style":{"stroke":"#ffffff","label":true,"fill":"#000000"},"nodes":["29ad8057789a6185","98d4b4c99b099163","160b010ad43beb2c"],"x":1334,"y":159,"w":412,"h":122},{"id":"29ad8057789a6185","type":"link in","z":"974e85ac2d994845","g":"fc62a7e46bb6cb64","name":"Notify Office","links":[],"x":1430,"y":200,"wires":[["98d4b4c99b099163"]],"l":true},{"id":"98d4b4c99b099163","type":"api-call-service","z":"974e85ac2d994845","g":"fc62a7e46bb6cb64","name":"Office Alexa","server":"62ca2d0356b10119","version":7,"debugenabled":true,"action":"notify.alexa_media_echo_show_desk","floorId":[],"areaId":[],"deviceId":[],"entityId":[],"labelId":[],"data":"\"message\":\"msg.payload\"","dataType":"jsonata","mergeContext":"","mustacheAltTags":true,"outputProperties":[],"queue":"none","blockInputOverrides":true,"domain":"notify","service":"alexa_media_echo_show_desk","x":1650,"y":200,"wires":[[]]},{"id":"160b010ad43beb2c","type":"inject","z":"974e85ac2d994845","g":"fc62a7e46bb6cb64","name":"Voeren","props":[{"p":"payload"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","payload":"Feed Tha Fish","payloadType":"str","x":1490,"y":240,"wires":[["98d4b4c99b099163"]]},{"id":"62ca2d0356b10119","type":"server","name":"Home Assistant","version":5,"addon":true,"rejectUnauthorizedCerts":true,"ha_boolean":"y|yes|true|on|home|open","connectionDelay":true,"cacheJson":true,"heartbeat":false,"heartbeatInterval":"30","areaSelector":"friendlyName","deviceSelector":"friendlyName","entitySelector":"friendlyName","statusSeparator":": ","statusYear":"hidden","statusMonth":"short","statusDay":"numeric","statusHourCycle":"default","statusTimeFormat":"h:m","enableGlobalContextStore":false}]

Edit:
For the peaple wondering this is how i fixed it

{     "message": payload,     "data": {         "type": "tts"     } }