Sign in
Responses
{
"email": "string",
"password": "string"
}curl -X POST "/api/v1/sessions"
-H "Content-Type: application/json"
-d '{"email": "string","password": "string"}'200 Response application/json
"value"401 Response application/json
{
"code": "string",
"error": "string"
}