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