{}
curl --location --request GET 'http://prod-cn.your-api-server.com/api/me' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{}'
{
"code": 0,
"message": "string",
"data": {
"id": 0,
"username": "string",
"password": "string",
"base_path": "string",
"role": 0,
"permission": 0,
"otp": true
}
}