fetch('EndCapperPage.php', {
                method: 'post',
                body: JSON.stringify(body),
                headers: { 'Content-type': 'application/json' }
            }).then((res) => res.json())