Authorization: ********************curl --location --request POST '/api/Venda/AdicionarPagamento?vendedorId' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json-patch+json' \
--data-raw '{
"descricao": "string",
"valorPagamento": 0,
"vendaId": 0,
"arquivoId": 0
}'