curl --location --request GET '/region/district?city_id=3101' \
--header 'Authorization: Basic Og=='
{
"success": true,
"message": "",
"data": [
{
"district_id": 3101010,
"name": "KEPULAUAN SERIBU SELATAN",
"city_id": 3101
},
{
"district_id": 3101020,
"name": "KEPULAUAN SERIBU UTARA",
"city_id": 3101
}
]
}