Authorization: Bearer ********************curl --location --request POST 'https://v1.dev.bukalombok.com/v1/superadmin/management/provinces' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "Banten",
"code": "88",
"countryId": "9e5bf828-a291-493f-8786-9dacf8aa7cb1",
"shortCode": "BTN"
}'{
"meta": {
"success": true,
"status": 200,
"message": "Provinsi berhasil dibuat"
},
"data": {
"id": "sgqT1dTRm8iocCf",
"sequenceId": 3,
"countryId": "d3d0b851-2bb0-4633-8534-401ad872c289",
"name": "Banten",
"createdAt": "2025-12-18T06:59:57.011Z",
"updatedAt": "2025-12-18T06:59:57.011Z",
"code": "88",
"shortCode": "BTN"
}
}