Authorization: Bearer ********************curl --location --request POST '/config/client/chat-config' \
--header 'Content-Type: application/json' \
--data-raw '{
"isTagLangEnabled": true,
"tagLang": "string",
"isAutoSummaryEnabled": true,
"autoAssign": true,
"assignType": 0,
"specificAgentIds": [
0
],
"selfAssignment": true
}'null