{
"email": "test@example.com",
"password": "password123"
}curl --location --request POST '/auth/login' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "test@example.com",
"password": "password123"
}'{
"code": 20000,
"data": {
"id": 0,
"token": "string",
"username": "string"
},
"err_code": "string",
"msg": null
}