Authorization: Bearer ********************
{
"phone": "13281528795",
"type": "non tempor dolore"
}
curl --location --request POST '/api/base/message/send_vert_code' \
--header 'Content-Type: application/json' \
--data-raw '{
"phone": "13281528795",
"type": "non tempor dolore"
}'
{
"isSend": true,
"phone": "string"
}