{ "username": "root", "password": "123456" }
curl --location --request POST '/api/user/login' \ --header 'Content-Type: application/json' \ --data-raw '{ "username": "root", "password": "123456" }'
{}