本文档由"一诺"编写,测试使用
Authorization: ********************{
"username": "string",
"phone": "string"
}curl --location --request PUT 'https://api.hyperfrp.com/api/users/profile' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"username": "string",
"phone": "string"
}'