{
"username": "string",
"password": "string"
}curl --location '/login' \
--header 'Content-Type: application/json' \
--data '{
"username": "string",
"password": "string"
}'{"code":200,"message":"success","data":{"token":"eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJ1ZnJhbmNpc0BleGFtcGxlLm9yZyIsInVzZXJJZCI6MywiaWF0IjoxNzUwNDI3NDI0LCJleHAiOjE3NTA1MTM4MjR9.lfGD7PJMJa7nNwQqyyrlWKTbctHQoEc_7dxc0REqbd0"}}