x-api-key: ********************curl --location -g --request GET 'https://relay.exostack.cloud//api/invoicing/transactions//lines?invoicing_type&transaction_type&profile_offset' \
--header 'x-api-key: <api-key>'[
{
"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
}
}
]