{
    "invoiceId": "string",
    "recipient": {
        "name": "string",
        "email": "string"
    },
    "items": [
        "string"
    ],
    "allowedPaymentMethods": [
        "string"
    ],
    "cardPaymentOptions": {},
    "taxRate": 0,
    "taxAmount": 0,
    "status": "string"
}curl --location --request POST 'https://api-dev.synswi.com/ivoices/update' \
--header 'Content-Type: application/json' \
--data-raw '{
    "invoiceId": "string",
    "recipient": {
        "name": "string",
        "email": "string"
    },
    "items": [
        "string"
    ],
    "allowedPaymentMethods": [
        "string"
    ],
    "cardPaymentOptions": {},
    "taxRate": 0,
    "taxAmount": 0,
    "status": "string"
}'{}