curl --request PUT \
--url https://api.useadam.io/v1/adam/bank-transactions/{uuid} \
--header 'Content-Type: application/json' \
--header 'X-API-Key: <api-key>' \
--data '
{
"date": "2023-12-25",
"narration": "<string>",
"status": "<string>",
"account": "<string>",
"link_destination": "<string>"
}
'