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