{}curl --location --request GET '/partners/invoice-items?page=&page_size=' \
--header 'Accept-Language;' \
--header 'Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9' \
--header 'X-Request-Id: req_1701937730123_48210952' \
--header 'X-Encryption-Mode;' \
--header 'Content-Type: application/json' \
--data-raw '{}'{
"request_id": "string",
"items": [
{
"id": "string",
"tax_category_code": "string",
"tax_rate": 0,
"specification": "string",
"unit": "string",
"unit_price": "string",
"vat_preferential_policy_applied": true,
"vat_preferential_policy_type_code": "01",
"vat_refund_type_code": "01",
"name": "string"
}
],
"pagination": {
"page": 1,
"page_size": 20,
"has_more": false
}
}