auth-bearer: ********************curl --location --request POST '/finance/payable' \
--header 'auth-bearer: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"clinic": "string",
"observation": "string",
"justificative": "string",
"isFromDigitalAccount": true,
"fields": {
"description": "string",
"category": "string",
"invoice": "string",
"expectedValue": 0,
"dueDate": "2019-08-24T14:15:22.123Z"
}
}'