curl -i -X PUT https://int-data.moneydesktop.com/transactions/TRN-20be160f-e45d-3a89-ed90-6d1d2d7d135f \
-H 'MD-SESSION-TOKEN: CWforZl1Vn2vC_v6H4rnQRT1DoWpDouJAV-_5TBmiQRAtA8rsOG_BoajTiOSsL0A3bd-bmHXlA-eQzc9ywItKg' \
-H 'Content-Type: application/vnd.mx.nexus.v1+json' \
-H 'Accept: application/vnd.mx.nexus.v1+json' \
-d '{
"transaction": {
"category_guid": "CAT-28be9904-9f4c-c4af-d2b7-bb24763ae0ae",
"date": "2016-03-14",
"description": "Target",
"has_been_split": false,
"has_been_viewed": true,
"is_hidden": false,
"memo": "Food",
"metadata": "Additional information",
"skip_webhook": true
}
}'