curl --location --request POST '/ent/config/data/saveLogin' \
--header 'Authorization: Bearer {{ENT_TOKEN}}' \
--header 'Authorization: Bearer {{ENT_TOKEN}}' \
--header 'X-Requested-With: XMLHttpRequest' \
--form 'login_password_length="6"' \
--form 'login_password_type="[0,1,2,3]"' \
--form 'logint_time_out="12"' \
--form 'logint_error_count="3"' \
--form 'logint_lock="1"'{}