{
"mobile": "string",
"verificationCode": "string"
}curl --location --request POST '/auth/signin' \
--header 'Content-Type: application/json' \
--data-raw '{
"mobile": "string",
"verificationCode": "string"
}'{
"code": 200,
"data": {
"token": "m@MY7Mbm'4rJkg,hqZ7+b9'kYv)@Rm-v]P9?Uc-Q{h*..P}Ro5t}S-=;KF[PV|7J",
"type": "JWT",
"expireTime": "3600"
},
"message": "Successfully signed in"
}