const response = await fetch('/einvoice/Draft/Operation/{operationType}', {
method: 'PUT',
headers: {
"Authorization": "Bearer JWT",
"Content-Type": "application/json-patch+json"
},
body: JSON.stringify([
"123e4567-e89b-12d3-a456-426614174000"
]),
});
const data = await response.json();