curl --location --request POST '/api/user/login' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "root@longtu.club",
"password": "******"
}'{
"token": "string",
"user": {
"id": 0,
"name": "string",
"email": "string",
"first_name": "string",
"last_name": "string",
"role": "admin",
"two_factor": true,
"is_active": true,
"createdAt": "2019-08-24T14:15:22.123Z"
},
"require_2fa": true
}