Getting Started
Last updated
POST /api/1.1/wf/auth HTTP/1.1
Host: www.cusna.io
Content-Type: application/json
Accept: */*
Content-Length: 70
"{\n \"email\":\"emailaddress\",\n \"password\":\"password\"\n}"{
"status": "success",
"response": {
"token": "1654618732137x551553604128404800",
"user_id": "1653502412695x910867020641148200",
"expires": 31536000
}
}Authorization: Barear <token>