Authorization: Bearer ********************
{ "realName": "Bamboo2", "avatar": "avatar", "about": "welcome to LinkMe", "birthday": "2002-1-1" }
curl --location --request POST 'http://localhost:9999/api/user/update_profile' \ --header 'Content-Type: application/json' \ --data-raw '{ "realName": "Bamboo2", "avatar": "avatar", "about": "welcome to LinkMe", "birthday": "2002-1-1" }'
{}