I am doing a post call to MarkLogic server using CURL command in Ubuntu.
In the command if I'll write like
--user username
It will prompt for password.
Is there any way to prompt for both username and password?
Basically I don't want to hard code the username and password because in my case username and password will change very frequently So I want user to enter the username and password.