Authorization: Bearer ********************curl --location --request GET 'https://lsky.loveyouryu.top/api/v1/profile' \
--header 'Authorization: Bearer <token>'{
"status": true,
"message": "string",
"data": {
"name": "string",
"avatar": "string",
"email": "string",
"capacity": 0,
"used_capacity": 0,
"url": "string",
"image_num": 0,
"album_num": 0,
"registered_ip": "string"
}
}