Authorization: Bearer ********************
"string"
curl --location --request PUT 'http://dev-cn.your-api-server.com/v1/namespaces//configs/' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '"string"'
true