curl --location --request PATCH 'http://dev-cn.your-api-server.com/api/v0/chatbots//settings/user-data' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"collectUserDetails": "DO_NOT_COLLECT",
"collectName": false,
"collectPhone": false
}'{
"success": true,
"message": "Updated user-data settings of the chatbot successfully",
"data": {}
}