curl --location --request POST 'http://gin-user-center.jinxinapp.cn/api/v1/login' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"code": "string",
"password": "string",
"username": "string",
"uuid": "string"
}'