{
"nickname": "沈超",
"avatar": "http://dummyimage.com/100x100",
"motto": "in nulla"
}
curl --location --request PUT 'https://bit101.flwfdd.xyz/user/info' \
--header 'fake-cookie: {{fake_cookie}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"nickname": "沈超",
"avatar": "http://dummyimage.com/100x100",
"motto": "in nulla"
}'
{}