curl --request PUT \
--url https://app.aptlystar.ai/api/v1/bot/{id}/password \
--header 'Authorization: <authorization>' \
--header 'Content-Type: */*' \
--data '{
"publicBotPwdProtected": true,
"publicBotPwd": "<string>"
}'
curl --request PUT \
--url https://app.aptlystar.ai/api/v1/bot/{id}/password \
--header 'Authorization: <authorization>' \
--header 'Content-Type: */*' \
--data '{
"publicBotPwdProtected": true,
"publicBotPwd": "<string>"
}'