Authorization: Bearer ********************{
"email": "doramart@qq.com",
"password": "doramart520"
}curl --location --request POST 'https://www.html-js.cn/api/user/doLogin?userName=hujiaxian&password=123456' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "doramart@qq.com",
"password": "doramart520"
}'{}