Body
-
Minimum length is
1
, maximum length is255
. -
Minimum length is
1
, maximum length is255
.
curl \
-X POST https://app.lovassy.hu/Api/Auth/Login \
-H "Content-Type: application/json" \
-d '{"email":"hello@example.com","password":"string","remember":true}'
curl \
-X POST https://app.lovassy.hu/Api/Auth/Login \
-H "Content-Type: text/json"
curl \
-X POST https://app.lovassy.hu/Api/Auth/Login \
-H "Content-Type: application/*+json"
{
"email": "hello@example.com",
"password": "string",
"remember": true
}
{
"email": "hello@example.com",
"password": "string",
"remember": true
}
{
"email": "hello@example.com",
"password": "string",
"remember": true
}
{
"user": {
"id": "string",
"name": "string",
"email": "string",
"emailVerifiedAt": "2024-05-04T09:42:00+00:00",
"realName": "string",
"class": "string"
},
"token": "string",
"refreshToken": "string",
"refreshTokenExpiration": "2024-05-04T09:42:00+00:00"
}