Auth
Auth Password Signin
Sign in to an existing account with a username and password.
Sign in to an existing account with a username and password.
curl -X POST "https://loading/api/auth/password/signin" \ -H "Content-Type: application/json" \ -d '{ "identifier": "odin", "token": "password" }'{
"id": "string"
}Empty
Empty
{
"error": "string",
"message": "string",
"suggested": "string",
"metadata": {}
}