Hi,
Using the Notecard In-Browser Terminal, I issued the following command:
curl --request POST --location ‘https://api.notefile.net/auth/login’ --data ‘{“username”:“[me@myemail.com]”,“password”:“[myPassword]”}’
I receive this error message instead of the expected token:
missing ‘req’ field specifying the type of request {io}
Any idea of what I’m doing wrong?
Also, can this command be issued from a console terminal? (Workstation is Debian Linux)
regards, Rich …