auth-bearer: ********************curl --location --request POST '/finance/transfer' \
--header 'auth-bearer: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"clinic": "string",
"account": "string",
"value": 0,
"observation": "string",
"justificative": "string"
}'