{ "bio": "string", "gender": "string", "avatar": "string" }
curl --location --request PUT 'http://localhost:8888/user/login' \ --header 'Authorization;' \ --header 'Content-Type: application/json' \ --data-raw ''
{ "code": 20000, "info": "OK", "data": null }