auth-bearer: ********************curl --location --request PUT '/finance/account/' \
--header 'auth-bearer: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "string",
"clinic": "string",
"bank": "string",
"agency": "string",
"account": "string",
"digit": "string",
"openingBalance": 0
}'