POST https://workspaces.sphinx.chat/api/auth/login { "username": "", "password": "" } Response: { "success": true, "token": "" } use token for all request
POST
https://workspaces.sphinx.chat/api/auth/login
{
"username": "",
"password": ""
}
Response:
{
"success": true,
"token": ""
}
use token for all request