Authorization: Bearer ********************curl --location --request PUT '/v1/configs/6aafe86f-8431-414d-859c-c786c92902da' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "Key 1",
"value": "12343"
}'{
"data": {
"id": "12345678-1234-1234-1234-123456789012",
"name": "App Name",
"key": "app_name",
"value": "My Application"
},
"message": "Berhasil membuat data config"
}