curl --location --request POST 'http://localhost:10001/user/login' \
--form 'username="ozline"' \
--form 'password="123456"' \
--form 'code=""'{
"base": {
"code": 10000,
"msg": "success"
},
"data": {
"id": "483675103821824000",
"username": "west2-online",
"avatar_url": "https://west2.online/avatar-example.jpeg",
"created_at": "1970-01-01 08:00:00",
"updated_at": "1970-01-01 08:00:00",
"deleted_at": "1970-01-01 08:00:00"
}
}