curl --location --request GET 'https://api.kapitale.com.br/order/industry/12345678000190?page=1&limit=10&status=pending,pending_invoice&retail_cnpj=98765432'{
"data": [
{
"id": "550e8400-e29b-41d4-a716-446655440000",
"order_no": "ORD-2024-001",
"expiry_date": "2024-12-31T00:00:00.000Z",
"requested_amount": 10000.5,
"paid_amount": 9785.49,
"payment_status": "pending",
"order_status": "pending",
"retail": {
"name": "Empresa Varejo LTDA",
"cnpj": "98765432000110"
},
"industry": {
"name": "Empresa Indústria LTDA",
"cnpj": "12345678000190"
}
}
],
"page": 1,
"totalPages": 5,
"limit": 10,
"count": 50,
"pendingInvoices": 3
}