I have been having trouble understanding how I am supposed to login using the authentication api. I have looked through many different tutorials and posts and I still do not quite understand what I should put in for this table:
{
“ctype”: “Email”,
“cvalue”: “string”,
“password”: “string”,
“captchaId”: “string”,
“captchaToken”: “string”,
“captchaProvider”: “string”
}
can I just login with the account cookie? If not what do I put in for the capcha id and down area?
Thanks