public ApiResponse Post([FromBody] PetModel pet) { return(pet.Insert(Configuration.GetConnectionString("MySQL"))); }