Authorization: Bearer ********************{
"nickname": "沐妮卡",
"email": "i@snowy.moe",
"avatar_url": "https://img.snowy.moe/head.png",
"description": "voluptate esse magna nulla in"
}curl --location --request POST '/api/profile/me' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"nickname": "沐妮卡",
"email": "i@snowy.moe",
"avatar_url": "https://img.snowy.moe/head.png",
"description": "voluptate esse magna nulla in"
}'{
"property1": "string",
"property2": "string"
}