curl --location --request GET '/transactions/payments/?datePaidInit=YYYY-MM-DD&datePaidFinal=YYYY-MM-DD&type='{
"success": true,
"totalPages": 0,
"totals": [
{
"type": "string",
"total": 0
}
],
"response": [
{
"type": "string",
"datePaid": "string",
"valuePaid": 0,
"description": "string",
"name": "string",
"juros": 0,
"discount": 0
}
]
}