| Key | Type | Required | Description |
|---|---|---|---|
| Authorization | string | ✅ | Bearer token SUPER_ADMIN |
| Content-Type | string | ✅ | application/json |
| Parameter | Type | Required | Description |
|---|---|---|---|
| name | string | ✅ | Nama country |
| code | string | ✅ | Kode country (2 huruf) |
Authorization: Bearer ********************curl --location --request PUT 'https://v1.dev.bukalombok.com/v1/superadmin/management/countries/_iusUdstGqm-ME' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "Saudi Arabia",
"continent": "Asia",
"code": "595"
}'{
"meta": {
"success": true,
"status": 200,
"message": "Country updated successfully"
},
"data": {
"id": "I_iusUdstGqm-ME",
"sequenceId": 2,
"name": "Saudi Arabia",
"continent": "Aia",
"code": "595",
"createdAt": "2025-09-04T00:21:50.984Z",
"updatedAt": "2025-09-04T00:53:25.905Z"
}
}