POST
/auth/login
curl \
--request POST 'https://api.mstonjek.cz/v1/auth/login' \
--header "Content-Type: application/json" \
--data '{"email":"test@security.com","password":"string"}'
Request examples
{
"email": "test@security.com",
"password": "string"
}