auth-bearer: ********************curl --location --request PATCH '/chatBot/' \
--header 'auth-bearer: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"allowOverflow": true,
"messageOverflow": "string",
"alternativeName": "string"
}'