{}curl --location --request GET '/partners/orders?tax_no&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": [
{
"order_no": "string",
"inner_order_no": "string",
"create_new_customer": "Y",
"customer_id": "160c0c4b-9966-4dc1-a916-8407eb10d74e",
"tax_no": "string",
"product_code": "INVOICE_INBOUND",
"created_at": "2019-08-24T14:15:22.123Z",
"billing_start_date": "2019-08-24",
"billing_duration_days": 1,
"closed_at": "string",
"activated_at": "string",
"close_reason": "string",
"status": "CREATED"
}
],
"pagination": {
"page": 1,
"page_size": 20,
"has_more": false
}
}