{
"phonenumber": "string",
"smsCode": "string"
}curl --location 'http://192.168.52.5:8080/auth/smsLogin' \
--header 'Authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJsb2dpblR5cGUiOiJsb2dpbiIsImxvZ2luSWQiOiJzeXNfdXNlcjoxIiwicm5TdHIiOiJxQWo0VU4xVkRJdWdrZkdSZVFMaDk2S2x6MWdYSnJTSiIsInVzZXJJZCI6MX0.g2srfCruWHafh0ipnEPhoASa9m7l0MTRazY011Ayka8' \
--header 'Content-Type: application/json' \
--data '{
"phonenumber": "string",
"smsCode": "string"
}'{
"code": 0,
"msg": "string",
"data": {
"property1": {},
"property2": {}
}
}