Login with username/email and password:
$ curl --silent -d '{"email":"[email protected]","password":"SUPERSECRETPASSWORD"}' -H "Content-Type: application/json" -X POST http://vue-spa-laravel-vue-spa.localhost/api/login | jq '.'
{
"token": "REDACTED",
"token_type": "bearer",