{
"phoneNo": "string",
"smsType": "string"
}
curl --location --request POST '/admin/api/v1/employee/getSmsCode' \
--header 'Content-Type: application/json' \
--data-raw '{
"phoneNo": "string",
"smsType": "string"
}'
{
"code": "string",
"data": {
"tokenId": "string"
},
"message": "string",
"success": true,
"timestamp": 0,
"traceId": "string"
}