$ curl -k -i -X POST -d '{ "path" : "/" }' https://abc@example.com:qwer@@53096wrxgcg.ibmaspera.com:33001/files/workspaces/42796/all/12345:2
results in:
curl: (3) Port number ended with 'I'
Without @:
$ curl -k -i -X POST -d '{ "path" : "/" }' https://abcexample.com:qwer@53096wrxgcg.ibmaspera.com:33001/files/workspaces/42796/all/12345:2
results in:
curl: (7) Failed to connect to 53096wrxgcg.ibmaspera.com port 33001: Connection timed out
How to specify @ in username and password for curl command?