curl --request GET \ --url https://app.flowglad.com/api/v1/invoice-line-items/{id} \ --header 'Authorization: <api-key>'
{ "id": "<string>", "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z", "livemode": true, "invoiceId": "<string>", "quantity": 123, "priceId": "<string>", "description": "<string>", "price": 123 }
safeZodPositiveInteger