curl --location 'https://api.gauas.com/v1/config?service=test&environment=staging' \
--header 'Secret-Key: gauasnumberone' \
--header 'Authorization: Bearer {{ACCESS-TOKEN}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"PORT": "8082",
"JWT_SECRET_KEY": "gauasnumberone",
"JWT_EXPIRE_SECS": 900,
"REFRESH_TTL_DAYS": 30,
"DB_URL": "postgres://admin:123456@pgbouncer:6432/authorization_service?sslmode=disable",
"CACHE_URL": "redis://dragonfly:6379/0"
}'{}