curl --request PUT \
--url https://api.useadam.io/v1/adam/invoices/{uuid} \
--header 'Content-Type: application/json' \
--header 'X-API-Key: <api-key>' \
--data '
{
"date": "2023-12-25",
"due_date": "2023-12-25",
"narration": "<string>",
"record_items": [
"<unknown>"
]
}
'