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