x-api-key: ********************curl --location --globoff 'https://relay.exostack.cloud//api/invoicing/lines/extract?cursor_modified_at=undefined&cursor_card_pos=undefined&limit=undefined&invoicing_type=undefined' \
--header 'x-api-key: <api-key>'{
"items": [
{
"line_id": 0,
"line_index": 1,
"sku": "string",
"description": "string",
"quantity": 0,
"ordered_qty": 0,
"invoiced_qty": 0,
"unit_price": 0,
"discount_percent": 0,
"selling_price": 0,
"total": 0,
"taxes_included": false,
"actual_tax_rate": 0,
"product": {
"id": 0,
"code": "string",
"name": "string"
},
"product_item": {
"id": 0,
"code": "string",
"name": "string"
},
"product_group": {
"id": 0,
"code": "string",
"name": "string"
},
"charter": {
"id": 0,
"code": "string",
"name": "string"
},
"project": {
"id": 0,
"code": "string",
"name": "string"
},
"metadata": {
"sdk_line_number": 0
}
}
],
"count": 0,
"has_more": false,
"next_cursor": {
"modified_at": "2019-08-24T14:15:22.123Z",
"card_pos": 0
}
}