Is there a way to use the curl command to do a command-line login to my x10hosting.com account?
I've tried the following:
curl -X POST -F 'identifier=myemailaddress' -F 'password=mypassword' https://x10hosting.com/sso/login
However, it returns an error page. Is there something missing from...