curl -L \
--request POST \
--url '//api/auth/config' \
--header 'Content-Type: application/json' \
--data '{
"authType": "text",
"enableRegister": true,
"clientId": "text",
"clientSecret": "text",
"id": "text",
"empty": true,
"ANY_ADDITIONAL_PROPERTY": {}
}'