I need a make an json request with my script,
i think the error is body: JSON.stringify because the JSON and other data is working in another script.
let response = await fetch(‘https://api.service.com/fb/sending/sendContent’, {
method: ‘POST’,
body:...