curl --location 'https://api-crm.kybris.com/finance/' \
--header 'X-API-Key: <api-key>'{
"data": [
{
"id": "string",
"tipo": "saida",
"categoria": "string",
"subcategoria": "string",
"data": "string",
"valor": 0,
"formaPagamento": "string",
"formasPagamento": [
{
"forma": "string",
"valor": 0
}
],
"observacoes": "string",
"pacienteId": "string",
"pacienteName": "string",
"servicoId": "string",
"servicoName": "string",
"userId": "string",
"orgId": "string",
"createdAt": "string",
"updatedAt": "string",
"deletedAt": null
}
]
}