POST
/wf/generate-user-token
curl \
--request POST 'https://cloover.co/version-test/api/1.1/wf/generate-user-token' \
--data '{"email":"string","password":"string"}'
Request examples
{
"email": "string",
"password": "string"
}
Response examples (200)
{
"status": "string",
"response": {
"user_id": "string",
"token": "string",
"expires": 42.0
}
}
Response examples (400)
{
"status": "string",
"message": "string"
}
Response examples (401)
{
"message": "string"
}
Response examples (404)
{
"message": "string"
}
Response examples (405)
{
"message": "string"
}
Response examples (429)
{
"message": "string"
}
Response examples (500)
{
"code": "string",
"message": "string"
}
Response examples (503)
{
"message": "string"
}