Authorization: Bearer ********************curl --location --request POST 'https://v1.dev.bukalombok.com/v1/superadmin/management/villages' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "Cemplang",
"type": "DESA",
"code": "88.59.49.1251",
"districtId": "fiAF6Q4yL3lVzxk"
}'{
"meta": {
"success": true,
"status": 200,
"message": "Desa/Kelurahan berhasil dibuat"
},
"data": {
"id": "GVWcUVnlnmqH1O6",
"sequenceId": 27,
"districtId": "fiAF6Q4yL3lVzxk",
"name": "Cemplang",
"type": "DESA",
"createdAt": "2025-12-18T07:17:19.395Z",
"updatedAt": "2025-12-18T07:17:19.395Z",
"code": "88.59.49.1251"
}
}