Authorization: ********************{
"id": 123,
"accountName": "High Interest Savings"
}curl --location --request PUT '/v1/cashAccount' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json-patch+json' \
--data '{
"id": 123,
"accountName": "High Interest Savings"
}'