curl --location --request POST 'http://127.0.0.1:8000/api/v2/user/profile' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer {{token}}' \
--form 'avatar=@"/Users/wispx/Downloads/7a585313ed855e8d652cbb3154a6056e.jpeg"' \
--form 'name="熊二哈"' \
--form 'username="admin"' \
--form 'tagline=""' \
--form 'bio="这个人真勤快,还写了个性签名!"' \
--form 'url="https://github.com/wisp-x"' \
--form 'company=""' \
--form 'company_title=""' \
--form 'location="安徽 合肥"' \
--form 'interests[]="唱、跳、rap"' \
--form 'socials[]="https://github.com/wisp-x"'
{"status":"success","message":"successful","data":true,"time":1725074378}