curl --location --request GET 'https://partners.kapitale.com.br/v1/receivable/' \
--header 'Authorization: Bearer <token>'{
"total_amount": 15000.5,
"total_available_amount": 12000,
"limit_per_operation": 50000,
"limit_used": 0,
"acquirers": [
{
"description": "Getnet",
"total_amount": 8000.25
},
{
"description": "Cielo",
"total_amount": 7000.25
}
]
}