Authorization: Bearer ********************{
"username": "string",
"password": "string"
}curl --location --request POST '/api/auth/login' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"username": "string",
"password": "string"
}'{
"code": 0,
"message": "",
"data": {
"": ""
}
}