{
"avatar_url": "https://example.com/avatar.jpg"
}curl --location --request PUT '/profile/avatar' \
--header 'Authorization: {{Authorization}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"avatar_url": "https://example.com/avatar.jpg"
}'{
"code": 20000,
"data": {
"avatar_url": "https://example.com/avatar.jpg",
"success": true
},
"msg": null
}