const response = await fetch('https://apione.zwapgrid.com/accounting/api/v1/consents/{consentId}/journals', {
method: 'POST',
headers: {
"x-correlation-id": "123e4567-e89b-12d3-a456-426614174000",
"Content-Type": "application/json"
},
body: JSON.stringify({}),
});
const data = await response.json();