{
"tax_no": "string",
"etax_account": "string",
"etax_password": "string",
"default_type": "1",
"etax_role_type": "01",
"city_code": "1100"
}curl --location --request POST '/partners/etax-accounts' \
--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 '{
"tax_no": "string",
"etax_account": "string",
"etax_password": "string",
"default_type": "1",
"etax_role_type": "01",
"city_code": "1100"
}'{
"request_id": "string",
"id": "string",
"tax_no": "string",
"etax_account": "string",
"etax_password": "string",
"default_type": "1",
"etax_role_type": "01",
"city_code": "1100",
"login_status": "string",
"real_name_verification_status": "authentication_successful",
"status": "INACTIVE"
}