https://api.finstreet.com/open/api/itax/location/provinces
GET
{
"body": [
"id": <string>,
"name": {
"text": <string>
}
]
}
https://api.finstreet.com/open/api/itax/location/provinces/{id}/districts
GET
{
"body": [
"id": <string>,
"name": {
"text": <string>
}
]
}