{}curl --location --request GET '/partners/etax-accounts?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": [
{
"id": "string",
"tax_no": "string",
"etax_account": "string",
"default_type": "1",
"etax_role_type": "01",
"city_code": "1100",
"status": "INACTIVE"
}
],
"pagination": {
"page": 1,
"page_size": 20,
"has_more": false
}
}