{
"phone": "string",
"type": "REGISTER"
}
curl --location --request POST '/api/verify-code/send' \
--header 'Authorization: bearer {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"phone": "string",
"type": "REGISTER"
}'
{
"id": "string",
"createTime": "2019-08-24T14:15:22Z",
"phone": "string",
"code": "string",
"type": "REGISTER"
}