auth-bearer: ********************curl --location --request PUT '/finance/pay/' \
--header 'auth-bearer: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"value": 0,
"cashDate": "2019-08-24T14:15:22.123Z",
"discount": 0,
"increase": 0,
"observation": "string",
"paymentMethod": "string"
}'