curl --location 'https://partners.kapitale.com.br/v1/order?page=undefined&limit=undefined&status=undefined&retail_cnpj=undefined' \
--header 'Authorization: Bearer <token>'{
"data": [
{
"id": "550e8400-e29b-41d4-a716-446655440000",
"order_no": "ORD-2024-001",
"order_status": "pending",
"payment_status": "pending",
"retail": {
"name": "Retail Company LTDA",
"cnpj": "98765432000110"
}
}
],
"page": 1,
"totalPages": 5,
"limit": 10,
"count": 50,
"pendingInvoices": 3
}