Authorization: Bearer ********************curl --location --request PUT 'https://v1.dev.bukalombok.com/v1/superadmin/management/provinces/dfdisjY6jd' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "Jawa Barat",
"code": "59.88",
"countryId": "30393680-c1b6-4f9c-a697-479e6cee8157"
}'{
"meta": {
"success": true,
"status": 200,
"message": "Province created successfully"
},
"data": {
"id": "tgd2Vml6YObk4xz",
"sequenceId": 2,
"countryId": "30393680-c1b6-4f9c-a697-479e6cee8157",
"name": "Nusa Tenggrara Barat",
"code": "59.88",
"createdAt": "2025-09-04T00:28:31.431Z",
"updatedAt": "2025-09-04T00:28:31.431Z"
}
}