package api

type SendLoginCodeRequest struct {
	Phone string `json:"phone"`
}
