{
"code": "string",
"phone": "string",
"sms_id": "string"
}curl --location --request POST 'https://ccrm-app.shanshu.work:6001/api/v1/sms/verify' \
--header 'Content-Type: application/json' \
--data-raw '{
"code": "string",
"phone": "string",
"sms_id": "string"
}'{
"code": 0,
"data": null,
"msg": "ok"
}